Table of Contents

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 | ValidSubmit

Always clear.

Click = 4

Clear when the user clicks outside the text field.

Escape = 2

Clear when the user presses escape.

InvalidSubmit = 8

Clear on an invalid submit.

None = 0

Don't clear.

ValidSubmit = 16

Clear on an valid submit.