| Description |
| To know if the reselection of the currently selected item will be considered or ignored. |
| Synopsis |
| #include <ProUITree.h> |
| ProError | ProUITreeSelectcbregardlessGet | ( |
| 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 |
|
|
| See Also |
| ProUITreeSelectActionSet |