NcRenderingPolicyFlags Enumeration

Flags used by the DwmSetWindowAttribute(IntPtr, DwmWindowAttribute, IntPtr, UInt32) function to specify the non-client area rendering policy.

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 NcRenderingPolicyFlags

Remarks

Members

UseWindowStyle 0 The non-client rendering area is rendered based on the window style.
Disabled 1 The non-client area rendering is disabled; the window style is ignored.
Enabled 2 The non-client area rendering is enabled; the window style is ignored.

See Also