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