Category Custom user interface, Object ProUITab

Function ProUITabLabelsSet


Description
Sets the labels assigned to the Tab component. This is the set of labels shown in the tab panes.
Synopsis
#include <ProUITab.h>
ProErrorProUITabLabelsSet(
char* dialog
/* (In)
The name of the dialog.
*/
char* component
/* (In)
The tab component.
*/
int count
/* (In)
Number of items in the value array.
*/
wchar_t** values
/* (In)
Array of label names to use on the tab component.
*/
)
Returns
PRO_TK_NO_ERRORThe function was successful
PRO_TK_GENERAL_ERRORThe function failed
PRO_TK_BAD_INPUTSAn invalid argument was given

Manual References:

  1. User Interface: Dialogs: Tab Attributes
  2. User Interface: Dialogs: Tab Operations