Freigeben über


ComboBox.TextBoxStyle Eigenschaft

Definition

Ruft den Stil des Textfelds im ComboBox-Element ab, wenn das ComboBox-Element bearbeitet werden kann, 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 Textfelds im ComboBox,wenn das ComboBox bearbeitet werden kann.

Gilt für: