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