BackgroundMode Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum BackgroundMode
Public Enumeration BackgroundMode
Dim instance As BackgroundMode
public enum class BackgroundMode
No code example is currently available or this language may not be supported.
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.
|