C# Class Xwt.Button

Inheritance: Xwt.Widget
Afficher le fichier Open project: antmicro/xwt Class Usage Examples

Private Properties

Свойство Type Description
Button System

Méthodes publiques

Méthode Description
Button ( Image img ) : System
Button ( Image img, string label ) : System
Button ( string label ) : System

Méthodes protégées

Méthode Description
CreateBackendHost ( ) : BackendHost
OnClicked ( EventArgs e ) : void

Private Methods

Méthode Description
Button ( ) : System

Method Details

Button() public méthode

public Button ( Image img ) : System
img Image
Résultat System

Button() public méthode

public Button ( Image img, string label ) : System
img Image
label string
Résultat System

Button() public méthode

public Button ( string label ) : System
label string
Résultat System

CreateBackendHost() protected méthode

protected CreateBackendHost ( ) : BackendHost
Résultat BackendHost

OnClicked() protected méthode

protected OnClicked ( EventArgs e ) : void
e EventArgs
Résultat void