ComponentFactory.Krypton.Toolkit.PaletteOffice2013Base.GetAllowFormChrome C# (CSharp) Method

GetAllowFormChrome() public method

Gets a value indicating if KryptonForm instances should show custom chrome.
public GetAllowFormChrome ( ) : InheritBool
return InheritBool
        public override InheritBool GetAllowFormChrome()
        {
            return InheritBool.True;
        }
PaletteOffice2013Base