API 文件集 > Custom user interface > Object ProUIPushbutton > Function ProUIPushbuttonBitmapGet
Function ProUIPushbuttonBitmapGet
Description
Get the bitmap of the pushbutton.
Synopsis
ProUIPushbuttonBitmapGet
(
char* dialog
/* (In)
The name of the dialog that contains the pushbutton.
*/
char* component
/* (In)
The name of the pushbutton 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.
這是否有幫助?