ComponentFactory.Krypton.Toolkit.PaletteRedirect.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 virtual Color GetRibbonTabSeparatorColor(PaletteState state)
        {
            return _target.GetRibbonTabSeparatorColor(state);
        }
PaletteRedirect