C# Class WaveEngine.Components.UI.ToggleSwitch

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

Private Properties

Свойство Type Description
ToggleSwitch_Toggled void

Méthodes publiques

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

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

Handles the Toggled event of the ToggleSwitch control.

Method Details

ToggleSwitch() public méthode

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

ToggleSwitch() public méthode

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