Category Custom user interface, Object ProUITree

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>
ProErrorProUITreeLastentereditemGet(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_GENERAL_ERRORThe function failed.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. User Interface: Dialogs: Tree Attributes
  2. User Interface: Dialogs: Tree Operations
  3. User Interface: Dialogs: Tree Operations