API 文件集 > Custom user interface > Object ProUITab > Function ProUITabLabelsSet
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>
ProUITabLabelsSet
(
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
The function was successful
The function failed
An invalid argument was given
這是否有幫助?