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


ユーザーがドロップダウンリストで項目を選択していないときにエディタ領域に表示される画像のインデックスを取得または設定します。
構文
'Declaration
 
Public Property UnSelectedImageIndex As Integer
'使用法
 
Dim instance As GcComboBoxCellType
Dim value As Integer
 
instance.UnSelectedImageIndex = value
 
value = instance.UnSelectedImageIndex
public int UnSelectedImageIndex {get; set;}

プロパティ値

画像インデックスを示すSystem.Int32値。
デフォルト値は-1です。
解説
SelectedItemがnull 参照 (Visual Basicでは Nothing)で、TextBoxStyleプロパティがTextBoxStyle.ImageOnlyまたはTextBoxStyle.Bothの場合、このインデックス値に基づいて編集領域に画像が表示されます。
参照

GcComboBoxCellType クラス
GcComboBoxCellType メンバ

 

 


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