ComboBox.TextBoxStyle Property

Definition

Gets or sets the style of the TextBox in the ComboBox when the ComboBox is editable.

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

Property Value

The style of the TextBox in the ComboBox when the ComboBox is editable.

Windows requirements

Device family
Windows 10, version 1809 (introduced in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v7.0)

Applies to