| Description |
| Sets the activate action for a pushbutton. This function is called when the user selects the pushbutton. |
| Synopsis |
| #include <ProUIPushbutton.h> |
| ProError | ProUIPushbuttonActivateActionSet | ( |
| char* dialog | |
| /*
(In) |
| The name of the dialog that contains the pushbutton |
| */ |
| char* pushbutton | |
| /*
(In) |
| The name of the pushbutton component |
| */ |
| ProUIAction action | |
| /*
(In) |
| The action to be called on activating the pushbutton |
| */ |
| ProAppData appdata | |
| /*
(In) |
| User data to be passed to the action function. |
| */ |
| ) |
| Returns |
|
|