Category Custom user interface, Object ProUITree

Function ProUITreeSelectcbregardlessGet


Description
To know if the reselection of the currently selected item will be considered or ignored.
Synopsis
#include <ProUITree.h>
ProErrorProUITreeSelectcbregardlessGet(
char* dialog
/* (In)
The name of the dialog that contains the tree.
*/
char* component
/* (In)
The name of the tree component.
*/
ProBoolean* value
/* (Out)
PRO_B_TRUE when the reselection of currently selected item will call callback function; PRO_B_FALSE when the reselection of currently selected item in tree will be ignored.
*/
)
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
ProUITreeSelectActionSet

Manual References:

  1. User Interface: Dialogs: Tree Attributes