ComponentFactory.Krypton.Toolkit.BlurWindowExtensions.DisableBlur C# (CSharp) Метод

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

public static DisableBlur ( this window ) : void
window this
Результат void
        public static void DisableBlur(this Form window)
        {
            SetAccentPolicy(window, Interop.AccentState.ACCENT_DISABLED);
        }