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 를 닫을 때 표시되는 텍스트 상자입니다.

적용 대상