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

GetRibbonTabSeparatorColor() public abstract method

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