In This Article

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)

Occurs when mouse capture is lost.

protected override void OnLostMouseCapture(MouseEventArgs e)
Parameter Type Description
e MouseEventArgs

The MouseEventArgs that contains the event data.