Share via


WinDateTimePicker.ShowCalendar Property

Gets or sets a value that indicates whether the calendar component of this date time picker control is visible.

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

Syntax

'Declaration
Public Overridable Property ShowCalendar As Boolean
public virtual bool ShowCalendar { get; set; }
public:
virtual property bool ShowCalendar {
    bool get ();
    void set (bool value);
}
abstract ShowCalendar : bool with get, set 
override ShowCalendar : bool with get, set
function get ShowCalendar () : boolean 
function set ShowCalendar (value : boolean)

Property Value

Type: Boolean
true if the calendar component of this date time picker control is visible; otherwise, false.

.NET Framework Security

See Also

Reference

WinDateTimePicker Class

Microsoft.VisualStudio.TestTools.UITesting.WinControls Namespace