API Documentation > Custom user interface > Object ProUITree > Function ProUITreeTreeredrawSet
Function ProUITreeTreeredrawSet
Description
Set the flag indicating whether redraw is allowed.
Synopsis
#include <ProUITree.h>
ProUITreeTreeredrawSet
(
char* dialog
/* (In)
The name of the dialog that contains the tree.
*/
char* component
/* (In)
The name of the tree component.
*/
/* (In)
Flag to redraw the tree. PRO_B_TRUE to redraw the tree; PRO_B_FALSE to not redraw the tree.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
Sample Code References
User Guide References
Was this helpful?