PowerTools InputMan for Windows Forms 8.0J
SelectedItem プロパティ (GcListBox)

現在選択されている項目を取得または設定します。
構文
Public Property SelectedItem As ListItem
public ListItem SelectedItem {get; set;}

プロパティ値

現在選択されている項目を表すListItemオブジェクト。 既定値はNothingです。
解説
標準のGcListBoxでは、このプロパティを使用して、GcListBoxで選択されている項目のインデックスを確認できます。GcListBoxSelectionMode プロパティがSelectionMode.MultiSimpleまたはSelectionMode.MultiExtended(複数選択GcListBoxを示す)に設定されていて、リストの複数の項目が選択されている場合、このプロパティは選択されているいずれかの項目のインデックスを返します。

複数選択GcListBoxで選択されているすべての項目を含むコレクションを取得するには、SelectedItems プロパティを使用します。GcListBoxで現在選択されている項目のインデックス位置を取得する場合は、SelectedIndex プロパティを使用します。また、SelectedIndices プロパティを使用して、複数選択GcListBoxで選択されているすべてのインデックスを取得することもできます。

参照

GcListBox クラス
GcListBox メンバ

 

 


© 2004-2015 GrapeCity inc. All rights reserved.