C# Class WaveEngine.Components.UI.CheckBox

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

Private Properties

Property Type Description
CheckBox_CheckedChanged void
TextControl_OnWidthChanged void

Public Methods

Method 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

Method 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 method

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

CheckBox() public method

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