名前空間一覧 > GrapeCity.Web.Input.IMNumber 名前空間 > DropDownCalculator クラス : Height プロパティ |
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | 負の値が設定されています。 |
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);