C# Class WaveEngine.Components.UI.TextBox

TextBox decorate class
Inheritance: UIBase
Show file Open project: WaveEngine/Components Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
TextBox ( ) : System

Initializes a new instance of the TextBox class.

TextBox ( string name ) : System

Initializes a new instance of the TextBox class.

Method Details

TextBox() public method

Initializes a new instance of the TextBox class.
public TextBox ( ) : System
return System

TextBox() public method

Initializes a new instance of the TextBox class.
public TextBox ( string name ) : System
name string The name.
return System