ComboBox.TextBoxStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
|