予定表の既定のサイズを取得します。
Overrides Protected ReadOnly Property DefaultSize As Size
[C#]
protected override Size DefaultSize {get;}
[C++]
protected: __property Size get_DefaultSize();
[JScript]
protected override function get DefaultSize() : Size;
プロパティ値
コントロールの高さと幅をピクセル単位で指定する Size 。
解説
DefaultSize プロパティには、予定表の下部に "Today:" の日付表示を表示するのに必要な領域が含まれています。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
MonthCalendar クラス | MonthCalendar メンバ | System.Windows.Forms 名前空間 | SingleMonthSize