C# Class Xwt.RadioButton

Inheritance: Xwt.Widget
Mostrar archivo Open project: TheBrainTech/xwt Class Usage Examples

Private Properties

Property Type Description
HandleActiveChanged void
OnActivated void
OnActiveChanged void
OnClicked void

Public Methods

Method Description
RadioButton ( ) : System
RadioButton ( Xwt.Widget content ) : System
RadioButton ( string label ) : System

Protected Methods

Method Description
CreateBackendHost ( ) : BackendHost

Private Methods

Method Description
HandleActiveChanged ( object sender, EventArgs e ) : void
OnActivated ( EventArgs e ) : void
OnActiveChanged ( EventArgs e ) : void
OnClicked ( EventArgs e ) : void

Method Details

CreateBackendHost() protected method

protected CreateBackendHost ( ) : BackendHost
return BackendHost

RadioButton() public method

public RadioButton ( ) : System
return System

RadioButton() public method

public RadioButton ( Xwt.Widget content ) : System
content Xwt.Widget
return System

RadioButton() public method

public RadioButton ( string label ) : System
label string
return System