ComboBoxState Enumeration

Definition

Gibt den visuellen Zustand eines Kombinationsfelds an, das mit visuellen Stilen gezeichnet wird.

public enum class ComboBoxState
public enum ComboBoxState
type ComboBoxState = 
Public Enum ComboBoxState
Vererbung
ComboBoxState

Felder

Disabled 4

Das Kombinationsfeld ist nicht aktiv.

Hot 2

Das Kombinationsfeld ist aktiv.

Normal 1

Das Kombinationsfeld wird in der Standarddarstellung angezeigt.

Pressed 3

Das Kombinationsfeld ist gedrückt.

Hinweise

Die ComboBoxState Werte entsprechen den Zuständen der Objekte, die VisualStyleElement von der VisualStyleElement.ComboBox.DropDownButton Klasse verfügbar gemacht werden. Die ComboBoxState Werte werden auch als Argument in den ComboBoxRenderer.DrawDropDownButton und ComboBoxRenderer.DrawTextBox Methoden verwendet.

Gilt für