Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
InternalRaiseClicked ( ) : bool |
Метод | Описание | |
---|---|---|
RaiseClicked ( ) : void |
public DialogButton ( Xwt.Command cmd ) : System | ||
cmd | Xwt.Command | |
Результат | System |
public DialogButton ( string label ) : System | ||
label | string | |
Результат | System |
public DialogButton ( string label, Xwt.Command cmd ) : System | ||
label | string | |
cmd | Xwt.Command | |
Результат | System |
public DialogButton ( string label, Image icon ) : System | ||
label | string | |
icon | Image | |
Результат | System |
public DialogButton ( string label, Image icon, Xwt.Command cmd ) : System | ||
label | string | |
icon | Image | |
cmd | Xwt.Command | |
Результат | System |