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

GetAllowFormChrome() public abstract method

Gets a value indicating if KryptonForm instances should show custom chrome.
public abstract GetAllowFormChrome ( ) : InheritBool
return InheritBool
        public abstract InheritBool GetAllowFormChrome();
PaletteBase