WinDateTimePicker.HasCheckBox Property
Gets a value that indicates whether this date time picker control has a check box component.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property HasCheckBox As Boolean
public virtual bool HasCheckBox { get; }
public:
virtual property bool HasCheckBox {
bool get ();
}
abstract HasCheckBox : bool with get
override HasCheckBox : bool with get
function get HasCheckBox () : boolean
Property Value
Type: Boolean
true if this date time picker control has a check box; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace