ComponentFactory.Krypton.Toolkit.PaletteProfessionalSystem.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.False;
        }
PaletteProfessionalSystem