Delen via


SilverlightDatePicker.ShowCalendar Property

Gets or sets a value that indicates whether to show the calendar control that belongs to the date picker.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Syntax

'Declaration
Public Overridable Property ShowCalendar As Boolean
    Get
    Set
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: System.Boolean
A Boolean value that indicates whether to show the calendar control that belongs to the date picker. true if the calendar is shown. Otherwise, false.

.NET Framework Security

See Also

Reference

SilverlightDatePicker Class

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace