The minimum size required to display a full month. The size information is presented in the form of a Point, with the x and y members representing the minimum width and height required for the control. The minimum required window size for a month calendar control depends on the currently selected font.
[Visual Basic] Public ReadOnly Property SingleMonthSize As Size [C#] public Size SingleMonthSize {get;} [C++] public: __property Size get_SingleMonthSize(); [JScript] public function get SingleMonthSize() : Size;
MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace