TextBoxState Enum

Definition

Specifies the visual state of a text box that is drawn with visual styles.

public enum class TextBoxState
public enum TextBoxState
type TextBoxState = 
Public Enum TextBoxState
Inheritance
TextBoxState

Fields

Assist 7

The text box appears in assist mode.

Disabled 4

The text box appears disabled.

Hot 2

The text box appears hot.

Normal 1

The text box appears normal.

Readonly 6

The text box appears read-only.

Selected 3

The text box appears selected.

Remarks

The TextBoxState values correspond to the states of the VisualStyleElement objects exposed by the VisualStyleElement.TextBox.TextEdit class. The TextBoxState values are also used as an argument in the TextBoxRenderer.DrawTextBox method.

Applies to