API Documentation > Custom user interface > Object ProUILabel > Function ProUILabelBitmapGet
Function ProUILabelBitmapGet
Description
Get the bitmap of the label.
Synopsis
#include <ProUILabel.h>
ProUILabelBitmapGet
(
char* dialog
/* (In)
The name of the dialog that contains the label.
*/
char* component
/* (In)
The name of the label component.
*/
char** value
/* (Out)
The name of the bitmap. Free this using ProStringFree().
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?