ComponentFactory.Krypton.Toolkit.PaletteBorderInheritForced.GetBorderColor2 C# (CSharp) Method

GetBorderColor2() public method

Gets the second border color.
public GetBorderColor2 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public override Color GetBorderColor2(PaletteState state)
        {
            return _inherit.GetBorderColor2(state);
        }