ComponentFactory.Krypton.Toolkit.BlurWindowExtensions.DisableBlur C# (CSharp) Méthode

DisableBlur() public static méthode

public static DisableBlur ( this window ) : void
window this
Résultat void
        public static void DisableBlur(this Form window)
        {
            SetAccentPolicy(window, Interop.AccentState.ACCENT_DISABLED);
        }