ClassCalendarDayButton
Class
Wraps a CalendarDayButton element.
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class CalendarDayButton : Button, IAutomationPeer, IPeerConverter, ICalendarDayButton, IButton, IButtonBase, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlButtonBaseButtonCalendarDayButton
Implements:
Inherited Members
Constructors
CalendarDayButton()
Declaration
cs-api-definition
public CalendarDayButton()
Fields
IsBlackedOutProperty
Declaration
cs-api-definition
public static AutomationProperty IsBlackedOutProperty
Field Value
IsHighlightedProperty
Declaration
cs-api-definition
public static AutomationProperty IsHighlightedProperty
Field Value
IsInactiveProperty
Declaration
cs-api-definition
public static AutomationProperty IsInactiveProperty
Field Value
IsSelectedProperty
Declaration
cs-api-definition
public static AutomationProperty IsSelectedProperty
Field Value
IsTodayProperty
Declaration
cs-api-definition
public static AutomationProperty IsTodayProperty
Field Value
Properties
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.