Table of Contents

Class TextBox

Namespace
OmegaGUI.Model
Assembly
OmegaGUI.dll

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

string

OnEnter

A Lua script to execute when the user presses the ENTER key

[FileType("Lua")]
public string? OnEnter { get; set; }

Property Value

string

Text

The text entered in the control

public override string Text { get; set; }

Property Value

string