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

GetRibbonTabSeparatorContextColor() public abstract method

Gets the color for the tab context separators.
public abstract GetRibbonTabSeparatorContextColor ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public abstract Color GetRibbonTabSeparatorContextColor(PaletteState state);
PaletteBase