ComponentFactory.Krypton.Toolkit.PaletteOffice2013Base.GetRibbonTabSeparatorContextColor C# (CSharp) Method

GetRibbonTabSeparatorContextColor() public method

Gets the color for the tab context separators.
public GetRibbonTabSeparatorContextColor ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public override Color GetRibbonTabSeparatorContextColor(PaletteState state)
        {
            return _contextTabSeparator;
        }
PaletteOffice2013Base