C# Class Xwt.CheckBox

Inheritance: Xwt.Widget
Afficher le fichier Open project: TheBrainTech/xwt Class Usage Examples

Private Properties

Свойство Type Description
OnClicked void
OnToggled void

Méthodes publiques

Méthode Description
CheckBox ( ) : System
CheckBox ( string label ) : System

Méthodes protégées

Méthode Description
CreateBackendHost ( ) : BackendHost

Private Methods

Méthode Description
OnClicked ( EventArgs e ) : void
OnToggled ( EventArgs e ) : void

Method Details

CheckBox() public méthode

public CheckBox ( ) : System
Résultat System

CheckBox() public méthode

public CheckBox ( string label ) : System
label string
Résultat System

CreateBackendHost() protected méthode

protected CreateBackendHost ( ) : BackendHost
Résultat BackendHost