ComboBox.TextBoxStyle 属性

定义

当 ComboBox 可编辑时,获取或设置 ComboBox 中 TextBox 的样式。

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

属性值

ComboBox 可编辑时,ComboBox 中 TextBox 的样式。

Windows 要求

设备系列
Windows 10, version 1809 (在 10.0.17763.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v7.0 中引入)

适用于