ComponentFactory.Krypton.Toolkit.PaletteBorderEdgeRedirect.GetBorderColor2 C# (CSharp) Méthode

GetBorderColor2() public méthode

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