Constructors
-
Calendar
Button() Initializes a new instance of the CalendarButton class.
Methods
-
On
Pointer protectedvirtual Provides class handling for the MouseLeftButtonDown event that occurs when the left mouse button is pressed while the mouse pointer is over this control.Pressed(Pointer Pressed Event Args) -
On
Pointer protectedvirtual Provides handling for the MouseLeftButtonUp event that occurs when the left mouse button is released while the mouse pointer is over this control.Released(Pointer Released Event Args) -
On
Template protectedvirtual Builds the visual tree for the CalendarButton when a new template is applied.Applied(Template Applied Event Args)
Properties
-
Is
Calendar Gets or sets a value indicating whether the button is focused.Button Focused -
Is
Inactive Gets or sets a value indicating whether the button is inactive. -
Is
Selected Gets or sets a value indicating whether the button is selected. - Owner Gets or sets the Calendar associated with this button.
Events
-
Calendar
Left Occurs when the left mouse button is pressed (or when the tip of the stylus touches the tablet PC) while the mouse pointer is over a UIElement.Mouse Button Down -
Calendar
Left Occurs when the left mouse button is released (or the tip of the stylus is removed from the tablet PC) while the mouse (or the stylus) is over a UIElement (or while a UIElement holds mouse capture).Mouse Button Up