ComboBox.SelectionBoxItem Property

Definition

Gets the item shown when the ComboBox is closed.

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

Property Value

Object

Platform::Object

IInspectable

The item shown when the ComboBox is closed.

Remarks

The selection box is the text box that's shown when the ComboBox is closed.

Applies to