Freigeben über


ComboBox.SelectionBoxItem Eigenschaft

Definition

Ruft das Element ab, das beim Schließen des ComboBox angezeigt wird.

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

Eigenschaftswert

Object

Platform::Object

IInspectable

Das Element, das beim Schließen des ComboBox-Objekts angezeigt wird.

Hinweise

Das Auswahlfeld ist das Textfeld, das angezeigt wird, wenn das ComboBox geschlossen wird.

Gilt für: