C# Class Xwt.DialogButton

Afficher le fichier Open project: antmicro/xwt Class Usage Examples

Méthodes publiques

Méthode Description
DialogButton ( Xwt.Command cmd ) : System
DialogButton ( string label ) : System
DialogButton ( string label, Xwt.Command cmd ) : System
DialogButton ( string label, Image icon ) : System
DialogButton ( string label, Image icon, Xwt.Command cmd ) : System

Méthodes protégées

Méthode Description
InternalRaiseClicked ( ) : bool

Private Methods

Méthode Description
RaiseClicked ( ) : void

Method Details

DialogButton() public méthode

public DialogButton ( Xwt.Command cmd ) : System
cmd Xwt.Command
Résultat System

DialogButton() public méthode

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

DialogButton() public méthode

public DialogButton ( string label, Xwt.Command cmd ) : System
label string
cmd Xwt.Command
Résultat System

DialogButton() public méthode

public DialogButton ( string label, Image icon ) : System
label string
icon Image
Résultat System

DialogButton() public méthode

public DialogButton ( string label, Image icon, Xwt.Command cmd ) : System
label string
icon Image
cmd Xwt.Command
Résultat System

InternalRaiseClicked() protected méthode

protected InternalRaiseClicked ( ) : bool
Résultat bool