Gets the transparency of the display panel
GETPANELTRANSP retrieves whether the the display panel is transparent. This is the partner to SETPANELTRANSP.
Parameters
None
Return Value
TRUE if the panel is transparent, otherwise FALSE.
Example Code
// Check if the panel is transparent
bool IsTransp = getpaneltransp();