TextBoxState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Fields
Name | Value | Description |
---|---|---|
Normal | 1 | The text box appears normal. |
Hot | 2 | The text box appears hot. |
Selected | 3 | The text box appears selected. |
Disabled | 4 | The text box appears disabled. |
Readonly | 6 | The text box appears read-only. |
Assist | 7 | The text box appears in assist mode. |
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.