SilverlightCalendar.TodayHighlighted Property
Indicates whether today’s date is highlighted.
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 TodayHighlighted As Boolean
Get
public virtual bool TodayHighlighted { get; }
public:
virtual property bool TodayHighlighted {
bool get ();
}
abstract TodayHighlighted : bool
override TodayHighlighted : bool
function get TodayHighlighted () : boolean
Property Value
Type: System.Boolean
true if today’s date is highlighted; otherwise, false.
.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