API 文档 > Custom user interface > Object ProUIDialog > Function ProUIDialogFocusSet
Function ProUIDialogFocusSet
Description
Sets focus to dialog's component
Synopsis
#include <ProUIDialog.h>
ProUIDialogFocusSet
(
char* dialog_name
/* (In)
The name of the dialog
*/
char* component
/* (In)
The name of the component
*/
)
Returns
The function was successful
The input argument is invalid.
The function failed
Sample Code References
这对您有帮助吗?