Documentación de la API
>
Custom user interface
>
Object ProUIDashboard
> Function ProUIDashboardBitmapSet
Function ProUIDashboardBitmapSet
Description
Assigns the icon for the dashboard, which appears to the left of the slideup panel buttons.
Synopsis
#include <
ProUIDashboard.h
>
ProError
ProUIDashboardBitmapSet
(
ProUIDashboard
dash_hnd
/* (In)
The dashboard handle.
*/
char* image
/* (In)
The name of the file (.GIF or .BIF) to use for the tool icon.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
Sample Code References
pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
User Guide References
Accessing a Dashboard:ProUIDashboardBitmapSet
¿Fue esto útil?
Este sitio funciona mejor con JavaScript activado