WinDateTimePicker.HasSpinner Property

Gets a value that indicates whether this date time picker control has a spinner component.

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

Syntax

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

Property Value

Type: System.Boolean
true if this date time picker control has a spinner component; otherwise, false.

.NET Framework Security

See Also

Reference

WinDateTimePicker Class

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace