C# 클래스 WaveEngine.Components.UI.ToggleSwitch

ToggleSwitch decorate class
상속: UIBase
파일 보기 프로젝트 열기: WaveEngine/Components 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ToggleSwitch_Toggled void

공개 메소드들

메소드 설명
ToggleSwitch ( ) : System

Initializes a new instance of the ToggleSwitch class.

ToggleSwitch ( string name ) : System

Initializes a new instance of the ToggleSwitch class.

비공개 메소드들

메소드 설명
ToggleSwitch_Toggled ( object sender, EventArgs e ) : void

Handles the Toggled event of the ToggleSwitch control.

메소드 상세

ToggleSwitch() 공개 메소드

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

ToggleSwitch() 공개 메소드

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