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

ドロップダウン電卓の高さを取得または設定します。
構文
Public Property Height As Unit
public Unit Height {get; set;}
例外
例外解説
System.ArgumentOutOfRangeException 負の値が設定されています。
解説
Heightプロパティを有効にするには、AutoSizeプロパティをFalseに設定する必要があります。ドロップダウン電卓のAutoSizeプロパティは、既定値がTrueに設定されているため注意が必要です。
使用例
次のサンプルコードは、Heightプロパティの使用方法を示します。
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.