Share via


WinDateTimePicker.HasDropDownButton Property

Gets a value that indicates whether this date time picker control has a drop-down button component.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WinControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property HasDropDownButton As Boolean
public virtual bool HasDropDownButton { get; }
public:
virtual property bool HasDropDownButton {
    bool get ();
}
abstract HasDropDownButton : bool
override HasDropDownButton : bool
function get HasDropDownButton () : boolean

Property Value

Type: System.Boolean
true if this date time picker control has a drop-down button; otherwise, false.

.NET Framework Security

See Also

Reference

WinDateTimePicker Class

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace