API 설명서 > Custom user interface > Object ProUITree > Function ProUITreeTreeexpcolnodeGet
Function ProUITreeTreeexpcolnodeGet
Description
Get the node that was expanded or collapsed to generate a 'expand action' or 'collapse action' respectively.
Synopsis
#include <ProUITree.h>
ProUITreeTreeexpcolnodeGet
(
char* dialog
/* (In)
The dialog in which tree exists.
*/
char* component
/* (In)
The tree component.
*/
char** value
/* (Out)
Name of the node. Free this using ProStringFree ().
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
See Also
User Guide References
도움이 되셨나요?