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
User Guide References
¿Fue esto útil?