Freigeben über


ComboBox.SelectionBoxItem Eigenschaft

Definition

Ruft das Element ab, das beim Schließen des ComboBox-Steuerelements 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-Steuerelements angezeigt wird.

Hinweise

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

Gilt für: