MonthCalendar.DefaultSize Property

Definition

Gets the default size of the calendar.

protected:
 virtual property System::Drawing::Size DefaultSize { System::Drawing::Size get(); };
protected override System.Drawing.Size DefaultSize { get; }
member this.DefaultSize : System.Drawing.Size
Protected Overrides ReadOnly Property DefaultSize As Size

Property Value

A Size specifying the height and width, in pixels, of the control.

Remarks

The DefaultSize property includes the area necessary to display the "Today:" date at the bottom of the calendar.

Applies to

See also