Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the display mode of the calendar.
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 ReadOnly Property DisplayMode As Integer
Get
public virtual int DisplayMode { get; }
public:
virtual property int DisplayMode {
int get ();
}
abstract DisplayMode : int
override DisplayMode : int
function get DisplayMode () : int
Property Value
Type: System.Int32
A Int32 that represents the display mode of the calendar. 0 indicates that a month is displayed. 1 indicates that a year is displayed. 2 indicates that a day is displayed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace