Documentação da API > Custom user interface > Object ProUITree > Function ProUITreeSelectcbregardlessGet
Function ProUITreeSelectcbregardlessGet
Description
To know if the reselection of the currently selected item will be considered or ignored.
Synopsis
#include <ProUITree.h>
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
The function succeeded.
The function failed.
One or more input arguments was invalid.
See Also
User Guide References
Isto foi útil?