DWMWINDOWATTRIBUTE (Enums)
Last changed: jnm2-50.241.168.105

.
Summary

C# Definition:

enum DWMWINDOWATTRIBUTE : uint
{
    NCRenderingEnabled = 1,
    NCRenderingPolicy,
    TransitionsForceDisabled,
    AllowNCPaint,
    CaptionButtonBounds,
    NonClientRtlLayout,
    ForceIconicRepresentation,
    Flip3DPolicy,
    ExtendedFrameBounds,
    HasIconicBitmap,
    DisallowPeek,
    ExcludedFromPeek,
    Cloak,
    Cloaked,
    FreezeRepresentation
}

VB Definition:

Enum DWMWINDOWATTRIBUTE
   TODO
End Enum

Notes:

None.

Documentation