LayeredWindowAttributesFlags Enumeration

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.
[FlagsAttribute]
public enum LayeredWindowAttributesFlags

Remarks

Members

ColorKey 1 Uses crKey parameter of SetLayeredWindowAttributes(IntPtr, UInt32, Int32, LayeredWindowAttributesFlags) function to set the transparency color.
Alpha 2 Uses bAlpha parameter of SetLayeredWindowAttributes(IntPtr, UInt32, Int32, LayeredWindowAttributesFlags) function to determine the opacity of the layered window.

See Also