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