SilverlightCalendar Class
Represents a Silverlight Calendar control.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TestTools.UITesting.UITestControl
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls.SilverlightControl
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls.SilverlightCalendar
Namespace: Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
Public Class SilverlightCalendar _
Inherits SilverlightControl
public class SilverlightCalendar : SilverlightControl
public ref class SilverlightCalendar : public SilverlightControl
type SilverlightCalendar =
class
inherit SilverlightControl
end
public class SilverlightCalendar extends SilverlightControl
The SilverlightCalendar type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SilverlightCalendar() | Initializes a new instance of the SilverlightCalendar class. |
![]() |
SilverlightCalendar(UITestControl) | Initializes a new instance of the SilverlightCalendar class by using a parent control. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AcceleratorKey | Gets the shortcut key for the control. (Inherited from SilverlightControl.) |
![]() |
AccessKey | Gets the keyboard shortcut for the control. (Inherited from SilverlightControl.) |
![]() |
AutomationId | Gets the automation ID for the control. (Inherited from SilverlightControl.) |
![]() |
BackgroundColor | Gets the background color for the control. (Inherited from SilverlightControl.) |
![]() |
BlackoutDates | Gets the blackout dates for the calendar. |
![]() |
BoundingRectangle | (Inherited from UITestControl.) |
![]() |
ClassName | (Inherited from UITestControl.) |
![]() |
Container | (Inherited from UITestControl.) |
![]() |
ControlType | (Inherited from UITestControl.) |
![]() |
DisplayDate | Gets the date that is displayed on the calendar. |
![]() |
DisplayDateEnd | Gets the last displayed date on the calendar. |
![]() |
DisplayDateStart | Gets the first displayed date on the calendar. |
![]() |
DisplayMode | Gets the display mode of the calendar. |
![]() |
Enabled | (Inherited from UITestControl.) |
![]() |
Exists | (Inherited from UITestControl.) |
![]() |
FilterProperties | (Inherited from UITestControl.) |
![]() |
FirstDayOfWeek | Gets the first day of the week that is used by the calendar. |
![]() |
Font | Gets the font for the control. (Inherited from SilverlightControl.) |
![]() |
ForegroundColor | Gets the foreground color of the control. (Inherited from SilverlightControl.) |
![]() |
FriendlyName | (Inherited from UITestControl.) |
![]() |
HasFocus | (Inherited from UITestControl.) |
![]() |
Height | Gets the height of the control. (Inherited from SilverlightControl.) |
![]() |
HelpText | Gets the Help text for the control. (Inherited from SilverlightControl.) |
![]() |
IsTopParent | (Inherited from UITestControl.) |
![]() |
LabeledBy | Gets the label text for the control. (Inherited from SilverlightControl.) |
![]() |
Name | (Inherited from UITestControl.) |
![]() |
NativeElement | (Inherited from UITestControl.) |
![]() |
SearchConfigurations | (Inherited from UITestControl.) |
![]() |
SearchProperties | (Inherited from UITestControl.) |
![]() |
SearchPropertiesSetExplicitly | (Inherited from UITestControl.) |
![]() |
SelectedDateRange | Sets the currently selected date range on the calendar. |
![]() |
SelectedDateRangeAsString | Sets the currently selected date range on the calendar by using a string. |
![]() |
SelectedDates | Gets or sets the selected dates on the calendar. |
![]() |
SelectedDatesAsString | Gets or sets the selected dates on the calendar as a string. |
![]() |
SelectionMode | Gets a value that indicates the selection mode of the calendar. |
![]() |
TechnologyName | (Inherited from UITestControl.) |
![]() |
TodayHighlighted | Indicates whether today’s date is highlighted. |
![]() |
TopParent | (Inherited from UITestControl.) |
![]() |
Width | Gets the width of the control. (Inherited from SilverlightControl.) |
![]() |
WindowHandle | (Inherited from UITestControl.) |
![]() |
WindowTitles | (Inherited from UITestControl.) |
Top
Methods
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace