Class TextBoxBase.AllowableCharacters
The allowable characters to use for the text.
Inheritance
System.Object
TextBoxBase.AllowableCharacters
Namespace: FlaxEngine.GUI
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class AllowableCharacters : Enum
Fields
All
Whether to use all characters in the text.
Declaration
public const TextBoxBase.AllowableCharacters All
Field Value
|
TextBoxBase.AllowableCharacters
|
Letters
Whether to use letters in the text.
Declaration
public const TextBoxBase.AllowableCharacters Letters
Field Value
|
TextBoxBase.AllowableCharacters
|
None
Wether to not allow any character in the text.
Declaration
public const TextBoxBase.AllowableCharacters None
Field Value
|
TextBoxBase.AllowableCharacters
|
Numbers
Whether to use numbers in the text.
Declaration
public const TextBoxBase.AllowableCharacters Numbers
Field Value
|
TextBoxBase.AllowableCharacters
|
Symbols
Whether to use symbols in the text.
Declaration
public const TextBoxBase.AllowableCharacters Symbols
Field Value
|
TextBoxBase.AllowableCharacters
|
value__
Declaration
public int value__
Field Value
|
System.Int32
|