Share via


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

See Also

Reference

WinDateTimePicker Class

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace