C# Class WaveEngine.Components.UI.ToggleSwitch

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

Private Properties

Property Type Description
ToggleSwitch_Toggled void

Public Methods

Method Description
ToggleSwitch ( ) : System

Initializes a new instance of the ToggleSwitch class.

ToggleSwitch ( string name ) : System

Initializes a new instance of the ToggleSwitch class.

Private Methods

Method Description
ToggleSwitch_Toggled ( object sender, EventArgs e ) : void

Handles the Toggled event of the ToggleSwitch control.

Method Details

ToggleSwitch() public method

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

ToggleSwitch() public method

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