| Description |
| Sets the activate action for a list. This function is called when the return key is pressed or the mouse is double-clicked in the list. |
| Synopsis |
| #include <ProUIList.h> |
| ProError | ProUIListActivateActionSet | ( |
| char* dialog | |
| /*
(In) |
| The name of the dialog that contains the list. |
| */ |
| char* list | |
| /*
(In) |
| The name of the list component |
| */ |
| ProUIAction action | |
| /*
(In) |
| The action to perform when the list is activated. |
| */ |
| ProAppData appdata | |
| /*
(In) |
| Application data to be passed to callback function |
| */ |
| ) |
| Returns |
|
|