PowerTools InputMan for ASP.NET 8.0J
Height プロパティ (DropDownCalendar)
使用例 

ドロップダウンカレンダーの高さを取得または設定します。
構文
Public Property Height As Unit
public Unit Height {get; set;}

プロパティ値

既定値:Unit.Empty
解説
Heightプロパティを有効にするには、AutoSizeプロパティをFalseに設定する必要があります。ドロップダウンカレンダーのAutoSizeプロパティは、既定値がFalseに設定されているため注意が必要です。
使用例
次のサンプルコードは、Heightプロパティの使用方法を示します。
GcDateTime1.DropDownCalendar.AutoSize = False
GcDateTime1.DropDownCalendar.Height = Unit.Pixel(150)
GcDateTime1.DropDownCalendar.Width = Unit.Pixel(150)
GcDateTime1.DropDownCalendar.AutoSize = false;
GcDateTime1.DropDownCalendar.Height = Unit.Pixel(150);
GcDateTime1.DropDownCalendar.Width = Unit.Pixel(150);
参照

DropDownCalendar クラス
DropDownCalendar メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.