Table of Contents

Enum TextField.SubmitMode

Namespace
UILib.Components
Assembly
UILib.dll

An enum of modes which determine which interactions will count as a submit.

Pressing Return will always count as a submit

[Flags]
public enum TextField.SubmitMode

Fields

Click = 2

Clicking something other than this field counts as a submit.

Escape = 1

Pressing escape will count as a submit.

None = 0

Nothing extra counts as a submit.