C# Class Xwt.Label

Inheritance: Xwt.Widget
Datei anzeigen Open project: TheBrainTech/xwt Class Usage Examples

Private Properties

Property Type Description
OnLinkClicked void

Public Methods

Method Description
Label ( ) : System
Label ( string text ) : System

Protected Methods

Method Description
CreateBackendHost ( ) : BackendHost

Private Methods

Method Description
OnLinkClicked ( LinkEventArgs e ) : void

Method Details

CreateBackendHost() protected method

protected CreateBackendHost ( ) : BackendHost
return BackendHost

Label() public method

public Label ( ) : System
return System

Label() public method

public Label ( string text ) : System
text string
return System