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
>
ProError
ProUITreeNodeTypeCollapseImageSet
(
ProUITreeNodeType
data
/* (In)
Nodetype data.
*/
char* image
/* (In)
Name of the collapsed image to be set.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_GENERAL_ERROR
The function failed.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
User Guide References
Tree NodeType Functions:ProUITreeNodeTypeCollapseImageSet
Was this helpful?
This site works best with JavaScript enabled