C# Класс WinApi.Dwm, code

Показать файл Открыть проект

Открытые методы

Метод Описание
IsCompositionEnabled ( ) : bool
IsNonClientRenderingEnabled ( IntPtr, hWnd ) : bool
WindowBorderlessDropShadow ( IntPtr, hWnd, int ShadowSize ) : bool
WindowDisableRendering ( IntPtr, hWnd ) : bool
WindowEnableBlurBehind ( IntPtr, hWnd ) : bool
WindowExtendIntoClientArea ( IntPtr, hWnd, WinApi.Dwm.MARGINS, Margins ) : bool
WindowSetAttribute ( IntPtr, hWnd, DWMWINDOWATTRIBUTE Attribute, int AttributeValue ) : bool
WindowSheetOfGlass ( IntPtr, hWnd ) : bool

Описание методов

IsCompositionEnabled() публичный статический Метод

public static IsCompositionEnabled ( ) : bool
Результат bool

IsNonClientRenderingEnabled() публичный статический Метод

public static IsNonClientRenderingEnabled ( IntPtr, hWnd ) : bool
hWnd IntPtr,
Результат bool

WindowBorderlessDropShadow() публичный статический Метод

public static WindowBorderlessDropShadow ( IntPtr, hWnd, int ShadowSize ) : bool
hWnd IntPtr,
ShadowSize int
Результат bool

WindowDisableRendering() публичный статический Метод

public static WindowDisableRendering ( IntPtr, hWnd ) : bool
hWnd IntPtr,
Результат bool

WindowEnableBlurBehind() публичный статический Метод

public static WindowEnableBlurBehind ( IntPtr, hWnd ) : bool
hWnd IntPtr,
Результат bool

WindowExtendIntoClientArea() публичный статический Метод

public static WindowExtendIntoClientArea ( IntPtr, hWnd, WinApi.Dwm.MARGINS, Margins ) : bool
hWnd IntPtr,
Margins WinApi.Dwm.MARGINS,
Результат bool

WindowSetAttribute() публичный статический Метод

public static WindowSetAttribute ( IntPtr, hWnd, DWMWINDOWATTRIBUTE Attribute, int AttributeValue ) : bool
hWnd IntPtr,
Attribute DWMWINDOWATTRIBUTE
AttributeValue int
Результат bool

WindowSheetOfGlass() публичный статический Метод

public static WindowSheetOfGlass ( IntPtr, hWnd ) : bool
hWnd IntPtr,
Результат bool