Share via


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.

Applies to