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