ComponentFactory.Krypton.Docking.KryptonAutoHiddenProxyPage.ClearFlags C# (CSharp) Method

ClearFlags() public method

Sets all the provided flags to false.
public ClearFlags ( KryptonPageFlags flags ) : void
flags KryptonPageFlags Flags to set.
return void
        public override void ClearFlags(KryptonPageFlags flags)
        {
            Page.ClearFlags(flags);
        }