Category
Custom user interface
, Object
ProUIDialog
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
Manual References:
User Interface: Dialogs: Dialog Attributes
Sample Code References:
pt_examples ( TestUITable.c )