ComboBox.SelectionBoxItem Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The item shown when the ComboBox is closed.
Remarks
The selection box is the text box that's shown when the ComboBox is closed.