Category Custom user interface, Object ProUIDialog

Function ProUIDialogFocusSet


Description
Sets focus to dialog's component
Synopsis
#include <ProUIDialog.h>
ProErrorProUIDialogFocusSet(
char* dialog_name
/* (In)
The name of the dialog
*/
char* component
/* (In)
The name of the component
*/
)
Returns
PRO_TK_NO_ERRORThe function was successful
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_GENERAL_ERRORThe function failed

Manual References:

  1. User Interface: Dialogs: Dialog Attributes

Sample Code References:

  1. pt_examples ( TestUITable.c )