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

GetBorderColor1() public method

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