PowerTools PlusPak for Windows Forms 8.0J
FirstMonthInView プロパティ
使用例 

12か月分のカレンダーを表示している場合に、左上に配置する最初の月を取得または設定します。
構文
Public Property FirstMonthInView As Months
public Months FirstMonthInView {get; set;}

プロパティ値

Months 値の 1 つ。デフォルト値は Default です。
使用例
次のサンプルコードは、縦3か月、横4か月のカレンダーで、最初の月を4月に設定する方法を示します。
Imports GrapeCity.Win.Calendar

GcCalendar1.CalendarDimensions = New Size(4, 3)
GcCalendar1.FirstMonthInView = Months.April
using GrapeCity.Win.Calendar;

gcCalendar1.CalendarDimensions = new Size(4, 3);
gcCalendar1.FirstMonthInView = Months.April;
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GcCalendar クラス
GcCalendar メンバ

Send Feedback