API 文档 > Custom user interface > Object ProUITab > Function ProUITabItemLabelSet
Function ProUITabItemLabelSet
Description
Set the label of the item in the tab.
Synopsis
#include <ProUITab.h>
ProUITabItemLabelSet
(
char* dialog
/* (In)
The name of the dialog that contains tab.
*/
char* component
/* (In)
The name of the tab component.
*/
char* item
/* (In)
The nameof the item.
*/
wchar_t* label
/* (In)
The label of the item.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
这对您有帮助吗?