API 설명서 > Custom user interface > Object ProUITree > Function ProUITreeActivateActionSet
Function ProUITreeActivateActionSet
Description
Set the action function to be called when the tree is activated. The tree is activated by the press of RETURN key or the double click of LEFT mouse button over the node in the tree.
Synopsis
#include <ProUITree.h>
ProUITreeActivateActionSet
(
char* dialog
/* (In)
The name of the dialog that contains the tree.
*/
char* component
/* (In)
The name of the tree component.
*/
ProUIAction callback
/* (In)
Function to be called when the tree is activated.
*/
/* (In)
Action data passed to the callback function. Can be NULL.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
See Also
User Guide References
도움이 되셨나요?