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

ドロップダウンエディットの高さを取得または設定します。
構文
Public Property Height As Unit
public Unit Height {get; set;}
例外
例外解説
System.ArgumentOutOfRangeException 負の値が設定されています。
解説
Heightプロパティは、ドロップダウンエディットの高さを設定するときに使用します。幅を設定するには、Widthプロパティを使用します。
使用例
次のサンプルコードは、Heightプロパティの使用方法を示します。
GcTextBox1.DropDownEditor.Height = 150
GcTextBox1.DropDownEditor.Width = 250
GcTextBox1.DropDownEditor.Height = 150;
GcTextBox1.DropDownEditor.Width = 250;
参照

DropDownEditor クラス
DropDownEditor メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.