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

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