Show / Hide Table of Contents

Class UITextInputMode

UI text input modes - determine what type of characters a UI text input accepts, and how to process them.

Inheritance
System.Object
UITextInputMode
Namespace: BonEngineSharp.Defs
Assembly: BonEngineSharp.dll
Syntax
public sealed class UITextInputMode : Enum

Fields

AlphaOnly

Allow only characters.

Declaration
public const UITextInputMode AlphaOnly
Field Value
Type Description
UITextInputMode

AnyText

Allow any text input. Don't use this one as flag, set it as value.

Declaration
public const UITextInputMode AnyText
Field Value
Type Description
UITextInputMode

Lowercase

Make all input lowercase.

Declaration
public const UITextInputMode Lowercase
Field Value
Type Description
UITextInputMode

NoNumbers

Don't allow numbers.

Declaration
public const UITextInputMode NoNumbers
Field Value
Type Description
UITextInputMode

NumbersOnly

Allow only numbers.

Declaration
public const UITextInputMode NumbersOnly
Field Value
Type Description
UITextInputMode

Uppercase

Make all input uppercase.

Declaration
public const UITextInputMode Uppercase
Field Value
Type Description
UITextInputMode

value__

Declaration
public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX