API ドキュメンテーション > Custom user interface > Object ProUITree > Function ProUITreeDisableCellkeyboardinput
Function ProUITreeDisableCellkeyboardinput
Description
Set the attribute window of the tree not to respond for the keyboard input.
Synopsis
#include <ProUITree.h>
ProUITreeDisableCellkeyboardinput
(
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
これは役に立ちましたか?