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

ResetPrimaryHeaderPadding() public method

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