| Description |
| Gets the name of the tree item last pointed to by the mouse cursor. This value is important when interpreting a TriggerHighlight event. |
| Synopsis |
| #include <ProUITree.h> |
| ProError | ProUITreeLastentereditemGet | ( |
| char* dialog | |
| /*
(In) |
| The name of the dialog that contains the tree. |
| */ |
| char* component | |
| /*
(In) |
| The name of the tree component. |
| */ |
| char** value | |
| /*
(Out) |
| The name of the tree item last pointed to by the cursor. Free this string using ProStringFree. This argument is not allowed to be NULL. |
| */ |
| ) |
| Returns |
|
|