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

ドロップダウン電卓の幅を取得または設定します。
構文
Public Property Width As Unit
public Unit Width {get; set;}

プロパティ値

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

DropDownCalculator クラス
DropDownCalculator メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.