Shiny Language Reference
Language Reference > Panel Functions
getpanelbgbitmap
bool getpanelbgbitmap();
Gets whether the display panel has a bitmap background
GETPANELBGBITMAP retrieves whether the display panel has a background bitmap visible or not. It is the partner to SETPANELBGBITMAP.
Parameters
None
Return Value
TRUE if the panel currently has a background bitmap visible, otherwise FALSE.
Example Code
// Get whether the panel has a bitmap background
bool HasBitmap = getpanelbgbitmap();