C# Class Xwt.LinkLabel

Inheritance: Label
Show file Open project: TheBrainTech/xwt Class Usage Examples

Private Properties

Property Type Description
DummyHandleNavigateToUrl void
OnNavigateToUrl void

Public Methods

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

Protected Methods

Method Description
CreateBackendHost ( ) : BackendHost

Private Methods

Method Description
DummyHandleNavigateToUrl ( object sender, NavigateToUrlEventArgs e ) : void
OnNavigateToUrl ( NavigateToUrlEventArgs e ) : void

Method Details

CreateBackendHost() protected method

protected CreateBackendHost ( ) : BackendHost
return BackendHost

LinkLabel() public method

public LinkLabel ( ) : System
return System

LinkLabel() public method

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