int = SetBkMode(mode)
Sets the current background mode to the specified mode.
Parameters
mode : int
A background mode.  May be either TRANSPARENT or OPAQUE.Comments
Specifies the mode to be set.  This parameter can be either OPAQUE or TRANSPARENT
MFC References
CDC::SetBkMode
Return Value
The return value is the previous background mode.