| Description |
| Sets the trigger highlight action for a list. This function is called when the user moves the mouse over an item on the list. |
| Synopsis |
| #include <ProUIList.h> |
| ProError | ProUIListTriggerhighlightActionSet | ( |
| char* dialog | |
| /*
(In) |
| The name of the dialog that contains the list. |
| */ |
| char* component | |
| /*
(In) |
| The name of the list component |
| */ |
| ProUIAction callback | |
| /*
(In) |
| The action to perform when the mouse moves on the item. |
| */ |
| ProAppData data | |
| /*
(In) |
| Application data to be passed to callback function |
| */ |
| ) |
| Returns |
|
|
| See Also |
| ProUIListLastentereditemGet |
| |