C# Class ComponentFactory.Krypton.Toolkit.BlurWindowExtensions

Manages the Windows blur
Mostra file Open project: Cocotteseb/Krypton

Public Methods

Method Description
DisableBlur ( this window ) : void
EnableBlur ( this window ) : void

Private Methods

Method Description
GetAccentFlagsForTaskbarPosition ( ) : Interop.AccentFlags
SetAccentPolicy ( Form window, Interop accentState ) : void

Method Details

DisableBlur() public static method

public static DisableBlur ( this window ) : void
window this
return void

EnableBlur() public static method

public static EnableBlur ( this window ) : void
window this
return void