ComponentFactory.Krypton.Toolkit.KryptonPaletteHeaderGroupState.ResetDockInactiveHeaderPadding C# (CSharp) Method

ResetDockInactiveHeaderPadding() public method

Reset the DockInactiveHeaderPadding to the default value.
public ResetDockInactiveHeaderPadding ( ) : void
return void
        public void ResetDockInactiveHeaderPadding()
        {
            DockInactiveHeaderPadding = CommonHelper.InheritPadding;
        }