API Documentation > Custom user interface > Object ProUITree > Function ProUITreeNodeTypeCollapseImageSet
Function ProUITreeNodeTypeCollapseImageSet
Description
Set the image to appear when the nodetype is collapsed.
Synopsis
#include <ProUITree.h>
ProUITreeNodeTypeCollapseImageSet
(
/* (In)
Nodetype data.
*/
char* image
/* (In)
Name of the collapsed image to be set.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?