Method IsTransparentBackgroundSupported
IsTransparentBackgroundSupported()
Checks whether using transparent background might work.
bool IsTransparentBackgroundSupported()
Returns
- bool
true
if background transparency is supported.
Remarks
If this function returns false
, setting BackgroundStyle with
Transparent is not going to work. If it
returns true
, setting transparent style should normally succeed.