C# Class WaveEngine.Components.UI.CheckBox

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

Private Properties

Свойство Type Description
CheckBox_CheckedChanged void
TextControl_OnWidthChanged void

Méthodes publiques

Méthode Description
CheckBox ( ) : System

Initializes a new instance of the CheckBox class.

CheckBox ( string name ) : System

Initializes a new instance of the CheckBox class.

Private Methods

Méthode Description
CheckBox_CheckedChanged ( object sender, EventArgs e ) : void

Handles the CheckedChanged event of the CheckBox control.

TextControl_OnWidthChanged ( object sender, float newWidth ) : void

Texts the control_ on width changed.

Method Details

CheckBox() public méthode

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

CheckBox() public méthode

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