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


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

プロパティ値

垂直方向および水平方向の月数または年数を表すSize値。
例外
例外説明
System.ArgumentException値が有効ではありません。
解説

このプロパティは、月-日カレンダー形式の場合はドロップダウンカレンダーに表示する月数、 年-月カレンダー形式の場合は年数を設定します。1から12までの数の月または年を1つのドロップダウンカレンダーに表示できます。

行と列の月数を掛け合わせた数が12を超えることはできません。

参照

DropDownCalendarInfo クラス
DropDownCalendarInfo メンバ

 

 


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