ComboBox.TextBoxStyle Eigenschaft

Definition

Ruft den Stil des TextBox-Objekts im ComboBox-Steuerelement ab, wenn das ComboBox-Steuerelement bearbeitbar ist, oder legt diesen fest.

public:
 property Style ^ TextBoxStyle { Style ^ get(); void set(Style ^ value); };
Style TextBoxStyle();

void TextBoxStyle(Style value);
public Style TextBoxStyle { get; set; }
var style = comboBox.textBoxStyle;
comboBox.textBoxStyle = style;
Public Property TextBoxStyle As Style

Eigenschaftswert

Der Stil des TextBox-Objekts im ComboBox-Steuerelement, wenn das ComboBox-Steuerelement bearbeitbar ist.

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1809 (eingeführt in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v7.0)

Gilt für: