MonthCalendarButton Class
Represents a button used within a MonthCalendar.
public class MonthCalendarButton : Button
- Inheritance:
- object Visual UIElement FrameworkElement Control ContentControl ButtonBase Button object
Constructors
MonthCalendarButton()
Initializes an instance of the class.
public MonthCalendarButton()
Methods
OnLostMouseCapture(MouseEventArgs)
Provides class handling for the LostMouseCapture routed event that occurs when this control is no longer receiving mouse event messages.
protected override void OnLostMouseCapture(MouseEventArgs e)
| Parameter | Type | Description |
|---|---|---|
| e | MouseEventArgs | The event data for the System.Windows.Input.Mouse.LostMouseCapture event. |