PowerTools SPREAD for Windows Forms 8.0J
FirstMonthInView プロパティ (DropDownCalendarInfo)


ドロップダウンカレンダーに表示される最初の月を取得または設定します。
構文
'Declaration
 
Public Property FirstMonthInView As Months
'使用法
 
Dim instance As DropDownCalendarInfo
Dim value As Months
 
instance.FirstMonthInView = value
 
value = instance.FirstMonthInView
public Months FirstMonthInView {get; set;}

プロパティ値

カレンダービューの最初の月を示す Months 列挙値。
既定値は Months.Default です。
解説
DropDownCalendar.CalendarTypeMonthDay で、DropDownCalendar に 12 か月が表示される場合、このプロパティは最初に表示される月を指定します。値が Months.Default でない場合、カレンダーは1年単位でスクロールします。
参照

DropDownCalendarInfo クラス
DropDownCalendarInfo メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.