API Documentation > Custom user interface > Object ProUITab > Function ProUITabItemImageSet
Function ProUITabItemImageSet
Description
Set the image of the item in the tab.
Synopsis
#include <ProUITab.h>
ProUITabItemImageSet
(
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 item.
*/
char* image
/* (In)
The name of the image.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?