API 文档
>
Custom user interface
>
Object ProUIDialog
> Function ProUIDialogFocusSet
Function ProUIDialogFocusSet
Description
Sets focus to dialog's component
Synopsis
#include <
ProUIDialog.h
>
ProError
ProUIDialogFocusSet
(
char* dialog_name
/* (In)
The name of the dialog
*/
char* component
/* (In)
The name of the component
*/
)
Returns
PRO_TK_NO_ERROR
The function was successful
PRO_TK_BAD_INPUTS
The input argument is invalid.
PRO_TK_GENERAL_ERROR
The function failed
Sample Code References
pt_examples ( TestUITable.c )
这对您有帮助吗?
此站点在 JavaScript 启用时工作最佳