C# Class Xwt.RadioButton

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

Private Properties

Свойство Type Description
HandleActiveChanged void
OnActivated void
OnActiveChanged void
OnClicked void

Méthodes publiques

Méthode Description
RadioButton ( ) : System
RadioButton ( Xwt.Widget content ) : System
RadioButton ( string label ) : System

Méthodes protégées

Méthode Description
CreateBackendHost ( ) : BackendHost

Private Methods

Méthode Description
HandleActiveChanged ( object sender, EventArgs e ) : void
OnActivated ( EventArgs e ) : void
OnActiveChanged ( EventArgs e ) : void
OnClicked ( EventArgs e ) : void

Method Details

CreateBackendHost() protected méthode

protected CreateBackendHost ( ) : BackendHost
Résultat BackendHost

RadioButton() public méthode

public RadioButton ( ) : System
Résultat System

RadioButton() public méthode

public RadioButton ( Xwt.Widget content ) : System
content Xwt.Widget
Résultat System

RadioButton() public méthode

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