| Description |
| Sets the activate action for a input panel. This function is called when the user hits return in the input panel. |
| Synopsis |
| #include <ProUIInputpanel.h> |
| ProError | ProUIInputpanelActivateActionSet | ( |
| char* dialog | |
| /*
(In) |
| The name of the dialog that contains the input panel |
| */ |
| char* inputpanel | |
| /*
(In) |
| The name of the input panel component |
| */ |
| ProUIAction action | |
| /*
(In) |
| The action to be called on selecting a button |
| */ |
| ProAppData appdata | |
| /*
(In) |
| User data to be passed to the action function. |
| */ |
| ) |
| Returns |
|
|