API Documentation > Custom user interface > Object ProUITree > Function ProUITreeLastentereditemGet
Function ProUITreeLastentereditemGet
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>
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
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?