UpdateLayeredWindowflags 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 UpdateLayeredWindowflags
Public Enumeration UpdateLayeredWindowflags
Dim instance As UpdateLayeredWindowflags
public enum class UpdateLayeredWindowflags
type UpdateLayeredWindowflags
No code example is currently available or this language may not be supported.
ColorKey |
1 |
Use pblend parameter as the blend function.
If the display mode is 256 colors or less,
the effect of this value is the same as the effect of Opaque.
|
Alpha |
2 |
Use crKey parameter as the transparency color.
|
Opaque |
4 |
Draw an opaque layered window.
|