C# Class Xwt.Button

Inheritance: Xwt.Widget
Show file Open project: antmicro/xwt Class Usage Examples

Private Properties

Property Type Description
Button System

Public Methods

Method Description
Button ( Image img ) : System
Button ( Image img, string label ) : System
Button ( string label ) : System

Protected Methods

Method Description
CreateBackendHost ( ) : BackendHost
OnClicked ( EventArgs e ) : void

Private Methods

Method Description
Button ( ) : System

Method Details

Button() public method

public Button ( Image img ) : System
img Image
return System

Button() public method

public Button ( Image img, string label ) : System
img Image
label string
return System

Button() public method

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

CreateBackendHost() protected method

protected CreateBackendHost ( ) : BackendHost
return BackendHost

OnClicked() protected method

protected OnClicked ( EventArgs e ) : void
e EventArgs
return void