ToolStripComboBox.SelectedItem プロパティ

定義

ToolStripComboBox で現在選択されている項目を取得または設定します。

public:
 property System::Object ^ SelectedItem { System::Object ^ get(); void set(System::Object ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(false)]
public object SelectedItem { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(false)>]
member this.SelectedItem : obj with get, set
Public Property SelectedItem As Object

プロパティ値

Object

現在選択されている項目であるオブジェクト。または、現在選択されている項目が存在しない場合は null

属性

注釈

プロパティを SelectedItem オブジェクトに設定すると、 ToolStripComboBox そのオブジェクトがリスト内で現在選択されているオブジェクトになるように試みます。 リストにオブジェクトが見つかった場合は、そのオブジェクトが編集部分 ToolStripComboBox に表示され、 SelectedIndex プロパティは対応するインデックスに設定されます。 オブジェクトがリストに存在しない場合、 SelectedIndex プロパティは現在の値のままです。

適用対象