C# Class Xwt.CheckBox

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

Private Properties

Property Type Description
OnClicked void
OnToggled void

Public Methods

Method Description
CheckBox ( ) : System
CheckBox ( string label ) : System

Protected Methods

Method Description
CreateBackendHost ( ) : BackendHost

Private Methods

Method Description
OnClicked ( EventArgs e ) : void
OnToggled ( EventArgs e ) : void

Method Details

CheckBox() public method

public CheckBox ( ) : System
return System

CheckBox() public method

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

CreateBackendHost() protected method

protected CreateBackendHost ( ) : BackendHost
return BackendHost