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

GetBorderColor2() public method

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