Method | 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 |
Method | Description | |
---|---|---|
InternalRaiseClicked ( ) : bool |
Method | Description | |
---|---|---|
RaiseClicked ( ) : void |
public DialogButton ( Xwt.Command cmd ) : System | ||
cmd | Xwt.Command | |
return | System |
public DialogButton ( string label ) : System | ||
label | string | |
return | System |
public DialogButton ( string label, Xwt.Command cmd ) : System | ||
label | string | |
cmd | Xwt.Command | |
return | System |
public DialogButton ( string label, Image icon ) : System | ||
label | string | |
icon | Image | |
return | System |
public DialogButton ( string label, Image icon, Xwt.Command cmd ) : System | ||
label | string | |
icon | Image | |
cmd | Xwt.Command | |
return | System |