Class TextBox
A basic edit box
public class TextBox : Label, ICloneable
- Inheritance
-
TextBox
- Implements
- Inherited Members
- Extension Methods
Constructors
TextBox()
public TextBox()
Properties
OnChanged
A Lua script to execute when the control's value has changed
[FileType("Lua")]
public string? OnChanged { get; set; }
Property Value
OnEnter
A Lua script to execute when the user presses the ENTER key
[FileType("Lua")]
public string? OnEnter { get; set; }
Property Value
Text
The text entered in the control
public override string Text { get; set; }