PowerTools MultiRow for Windows Forms 8.0J
MaxDropDownItems プロパティ (ComboBoxCell)

ドロップダウンリストに表示する項目の最大数を取得または設定します。
構文
Public Overridable Property MaxDropDownItems As Integer
public virtual int MaxDropDownItems {get; set;}

プロパティ値

ドロップダウンリストに表示できる項目の数を表すSystem.Int32値。最小値は1、最大値は100で、既定値は8です。
例外
例外解説
System.ArgumentOutOfRangeException指定された値が1より小さいか、100を超えています。
解説
MaxDropDownItemsプロパティを変更すると、ホストされるComboBoxEditingControl(存在する場合)の対応するMaxDropDownItemsプロパティも変更されます。
参照

ComboBoxCell クラス
ComboBoxCell メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.