Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "DWM_BLURBEHIND" in [All]

Enums

.
Summary
Used with the [DWM_BLURBEHIND] structure.
.

    /// WM_DWMNCRENDERINGCHANGED is called when the non-client area rendering status of a window has changed. Only windows that have set the flag DWM_BLURBEHIND.fTransitionOnMaximized to true will get this message.

Structures

.

struct DWM_BLURBEHIND

.

    public DWM_BLURBEHIND(bool enabled)

.

Structure DWM_BLURBEHIND

.
Documentation
[DWM_BLURBEHIND] on MSDN

dwmapi

.

static extern void DwmEnableBlurBehindWindow(IntPtr hwnd, ref DWM_BLURBEHIND blurBehind);

.

Private Shared Sub DwmEnableBlurBehindWindow(ByVal hwnd As IntPtr, ByRef blurBehind As DWM_BLURBEHIND)

.

DWM_BLURBEHIND


 
Access PInvoke.net directly from VS: