Documentación de la API > Custom user interface > Object ProUITree > Function ProUITreeEnableCellkeyboardinput
Function ProUITreeEnableCellkeyboardinput
Description
Set the attribute window of the tree respond to keyboard input and generate a 'input action'.
Synopsis
#include <ProUITree.h>
ProUITreeEnableCellkeyboardinput
(
char* dialog
/* (In)
The name of the dialog that contains the tree.
*/
char* component
/* (In)
The name of the tree component.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
See Also
User Guide References
¿Fue esto útil?