Enum TextField.ClearMode
- Namespace
- UILib.Components
- Assembly
- UILib.dll
An enum of modes which determine in which cases a TextField will clear the input and its internal value.
[Flags]
public enum TextField.ClearMode
Fields
Always = Escape | Click | InvalidSubmit | ValidSubmitAlways clear.
Click = 4Clear when the user clicks outside the text field.
Escape = 2Clear when the user presses escape.
InvalidSubmit = 8Clear on an invalid submit.
None = 0Don't clear.
ValidSubmit = 16Clear on an valid submit.