Function ProUITabItemNameSet
Description
Set a new name to the item in the tab.
Synopsis
#include <ProUITab.h>
ProUITabItemNameSet
(
char* dialog
/* (In)
The name of the dialog that contains tab.
*/
char* component
/* (In)
The name of the tab component.
*/
char* item
/* (In)
The name of the tab item.
*/
char* name
/* (In)
New name of the item.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?