NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MonthCalendar.SingleMonthSize

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;

See Also

MonthCalendar Class | MonthCalendar Members | System.WinForms Namespace