Documentação da API > Custom user interface > Object ProUITree > Function ProUITreeTreecellinputActionSet
Function ProUITreeTreecellinputActionSet
Description
Set the action function to be called when text has been entered into a cell of the attribute window of the tree.
Synopsis
#include <ProUITree.h>
ProUITreeTreecellinputActionSet
(
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 text is input to the cell.
*/
/* (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
Isto foi útil?