Documentazione API > Custom user interface > Object ProUITab > Function ProUITabItemInsert
Function ProUITabItemInsert
Description
Insert a new item after an existing tem in the tab. Even if the layouts have labels assigned, you must set the tab labels with ProUITabLabelsSet() for the decorated tab to show the appropriate labels.
Synopsis
#include <ProUITab.h>
ProUITabItemInsert
(
char* dialog
/* (In)
The name of the dialog that contains tab.
*/
char* component
/* (In)
The name of the tab component.
*/
char* sibling
/* (In)
The name of the item after which the new item is to be inserted.
*/
char* name
/* (In)
Name of the new item.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
È stato utile?