PowerTools SPREAD for Windows Forms 10.0J
DropDownMaxHeight プロパティ


ユーザーがドロップダウンウィンドウのサイズをカスタマイズしていない場合に適用される、ドロップダウンウィンドウの最大の高さを取得または設定します。ユーザーがドロップダウンウィンドウのサイズをカスタマイズしている場合、このプロパティは無効になります。
構文
'Declaration
 
Public Property DropDownMaxHeight As Nullable(Of Integer)
'使用法
 
Dim instance As GcComboBoxCellType
Dim value As Nullable(Of Integer)
 
instance.DropDownMaxHeight = value
 
value = instance.DropDownMaxHeight
public Nullable<int> DropDownMaxHeight {get; set;}

プロパティ値

ドロップダウンウィンドウの最大の高さを示すSystem.Int32値。
デフォルト値は150です。
参照

GcComboBoxCellType クラス
GcComboBoxCellType メンバ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.