DwmWindowAttribute Enumeration

Specifies the attribute to set when calling the DwmSetWindowAttribute(IntPtr, DwmWindowAttribute, IntPtr, UInt32) 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 DwmWindowAttribute

Remarks

Members

NcRenderingEnabled 1 Is non-client rendering enabled/disabled.
NcRenderingPolicy 2 Non-client rendering policy.
TransitionsForceDisabled 3 Potentially enable/forcibly disable transitions.
AllowNcPaint 4 Allow contents rendered In the non-client area To be visible On the DWM-drawn frame.
CaptionButtonBounds 5 Bounds Of the caption button area In window-relative space.
NonClientRtlLayout 6 Set the non-client content RTL mirrored.
ForceIconicRepresentation 7 Force this window To display iconic thumbnails.
Flip3DPolicy 8 Designates how Flip3D will treat the window.
ExtendedFrameBounds 9 Gets the extended frame bounds rectangle In screen space.
HasIconicBitmap 10 Indicates an available bitmap When there Is no better thumbnail representation.
DisallowPeek 11 Don't invoke Peek on the window.
ExcludedFromPeek 12 Set LivePreview exclusion information.
Cloak 13 Cloaks or uncloaks the window.
Cloaked 14 Gets the cloaked state Of the window.
FreezeRepresentation 15 Force this window To freeze the thumbnail without live update.

See Also