C# Class WinApi.Dwm, code

Afficher le fichier Open project: shendongnian/code

Méthodes publiques

Méthode Description
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

Method Details

IsCompositionEnabled() public static méthode

public static IsCompositionEnabled ( ) : bool
Résultat bool

IsNonClientRenderingEnabled() public static méthode

public static IsNonClientRenderingEnabled ( IntPtr, hWnd ) : bool
hWnd IntPtr,
Résultat bool

WindowBorderlessDropShadow() public static méthode

public static WindowBorderlessDropShadow ( IntPtr, hWnd, int ShadowSize ) : bool
hWnd IntPtr,
ShadowSize int
Résultat bool

WindowDisableRendering() public static méthode

public static WindowDisableRendering ( IntPtr, hWnd ) : bool
hWnd IntPtr,
Résultat bool

WindowEnableBlurBehind() public static méthode

public static WindowEnableBlurBehind ( IntPtr, hWnd ) : bool
hWnd IntPtr,
Résultat bool

WindowExtendIntoClientArea() public static méthode

public static WindowExtendIntoClientArea ( IntPtr, hWnd, WinApi.Dwm.MARGINS, Margins ) : bool
hWnd IntPtr,
Margins WinApi.Dwm.MARGINS,
Résultat bool

WindowSetAttribute() public static méthode

public static WindowSetAttribute ( IntPtr, hWnd, DWMWINDOWATTRIBUTE Attribute, int AttributeValue ) : bool
hWnd IntPtr,
Attribute DWMWINDOWATTRIBUTE
AttributeValue int
Résultat bool

WindowSheetOfGlass() public static méthode

public static WindowSheetOfGlass ( IntPtr, hWnd ) : bool
hWnd IntPtr,
Résultat bool