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

GetRibbonTabSeparatorColor() public method

Gets the color for the tab separator.
public GetRibbonTabSeparatorColor ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public override Color GetRibbonTabSeparatorColor(PaletteState state)
        {
            return _ribbonColors[(int)SchemeOfficeColors.RibbonTabSeparatorColor];
        }
PaletteOffice2013Base