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


選択されている値のサブ項目インデックスを示すSystem.Int32値を取得または設定します。
構文
'Declaration
 
Public Property ValueSubItemIndex As Integer
'使用法
 
Dim instance As GcComboBoxCellType
Dim value As Integer
 
instance.ValueSubItemIndex = value
 
value = instance.ValueSubItemIndex
public int ValueSubItemIndex {get; set;}

プロパティ値

System.Int32値。
デフォルト値は0です。
例外
例外説明
System.ArgumentOutOfRangeException値が範囲外です。
解説
SelectedValueプロパティは、SelectedItemListItem.SubItemsコレクションに含まれるサブ項目のうち、このプロパティのインデックス値によって特定されたSubItemのテキストと一致します。
参照

GcComboBoxCellType クラス
GcComboBoxCellType メンバ

 

 


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