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


その月の日付を含まない空白行の描画方法を取得または設定します。
構文
'Declaration
 
Public Property EmptyRows As EmptyRows
'使用法
 
Dim instance As DropDownCalendarInfo
Dim value As EmptyRows
 
instance.EmptyRows = value
 
value = instance.EmptyRows
public EmptyRows EmptyRows {get; set;}

プロパティ値

カレンダーに空白週の行がどのように表示されるかを示す DropDownCalendar.EmptyRows 値。
既定値は EmptyRows.StartEmpty です。
解説
空白行とは、そのすべての日付が隣接日である行のことです。これは2月だけに見られます。
参照

DropDownCalendarInfo クラス
DropDownCalendarInfo メンバ

 

 


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