C# Class WaveEngine.Components.UI.TextBox

TextBox decorate class
Inheritance: UIBase
Afficher le fichier Open project: WaveEngine/Components Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the TextBox class.
public TextBox ( ) : System
Résultat System

TextBox() public méthode

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