[]
Specifies what to do with invalid data when the edit control loses focus.
public enum InvalidOption
Public Enum InvalidOption
| Name | Description |
|---|---|
| ClearData | Clears invalid data from the control when the control loses the focus |
| HideData | Hides invalid data when the control loses the focus (and displays it again when the focus returns) |
| ShowData | Displays invalid data in the control at all times |