ComboBox.SelectionBoxItem プロパティ

定義

ComboBox が閉じられたときに表示される項目を取得します。

public:
 property Platform::Object ^ SelectionBoxItem { Platform::Object ^ get(); };
IInspectable SelectionBoxItem();
public object SelectionBoxItem { get; }
var object = comboBox.selectionBoxItem;
Public ReadOnly Property SelectionBoxItem As Object

プロパティ値

Object

Platform::Object

IInspectable

ComboBox が閉じられたときに表示される項目。

注釈

選択ボックスは、 ComboBox が閉じられたときに表示されるテキスト ボックスです。

適用対象