API 文件集 > Custom user interface > Object ProUIPushbutton > Function ProUIPushbuttonBitmapSet
Function ProUIPushbuttonBitmapSet
Description
Set the bitmap to the pushbutton.
Synopsis
ProUIPushbuttonBitmapSet
(
char* dialog
/* (In)
The name of the dialog that contains the pushbutton.
*/
char* component
/* (In)
The name of the pushbutton component.
*/
char* value
/* (In)
The name of the bitmap.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
Sample Code References
User Guide References
這是否有幫助?