BackgroundMode Enumeration

The background mode used by the SetBkMode(IntPtr, BackgroundMode) function.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum BackgroundMode

Remarks

Members

ERROR 0 Indicates that on return, the SetBkMode(IntPtr, BackgroundMode) has failed.
TRANSPARENT 1 Background remains untouched.
OPAQUE 2 Background is filled with the current background color before the text, hatched brush, or pen is drawn.

See Also