System.Windows.Forms
2.0.0.0
System.Enum
The values correspond to the states of the objects exposed by the class. The values are also used as an argument in the method.
Specifies the visual state of a text box that is drawn with visual styles.
Field
System.Windows.Forms.VisualStyles.TextBoxState
The text box appears in assist mode.
2.0.0.0
Field
System.Windows.Forms.VisualStyles.TextBoxState
The text box appears disabled.
2.0.0.0
Field
System.Windows.Forms.VisualStyles.TextBoxState
The text box appears hot.
2.0.0.0
Field
System.Windows.Forms.VisualStyles.TextBoxState
The text box appears normal.
2.0.0.0
Field
System.Windows.Forms.VisualStyles.TextBoxState
The text box appears read-only.
2.0.0.0
Field
System.Windows.Forms.VisualStyles.TextBoxState
The text box appears selected.
2.0.0.0