Category Custom user interface, Object ProUITree

Function ProUITreeTreeexpcolnodeGet


Description
Get the node that was expanded or collapsed to generate a 'expand action' or 'collapse action' respectively.
Synopsis
#include <ProUITree.h>
ProErrorProUITreeTreeexpcolnodeGet(
char* dialog
/* (In)
The dialog in which tree exists.
*/
char* component
/* (In)
The tree component.
*/
char** value
/* (Out)
Name of the node. Free this using ProStringFree ().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_GENERAL_ERRORThe function failed.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
See Also
ProUITreeExpandActionSet
ProUITreeCollapseActionSet

Manual References:

  1. User Interface: Dialogs: Tree Attributes