Shiny Language Reference

Language Reference > Panel Functions


getpanelbgbitmapfile

string getpanelbgbitmapfile();

 

 

Gets the filename of the bitmap used for the display panel bitmap background

GETPANELBGBITMAPFILE retrieves the path and filename of the bitmap used for the panel background. It is the partner of SETPANELBGBITMAPFILE.

 

Parameters

None

 

Return Value

The path and filename of the bitmap, regardless of whether it is visible. The returned string will be empty if no bitmap was set (either in code or by the user).

 

Example Code

// Get the panel bitmap background filename
string File = getpanelbgbitmapfile();