ComponentFactory.Krypton.Toolkit.PaletteRedirect.GetRibbonGroupDialogDark C# (CSharp) Method

GetRibbonGroupDialogDark() public method

Gets the color for the dialog launcher dark.
public GetRibbonGroupDialogDark ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public virtual Color GetRibbonGroupDialogDark(PaletteState state)
        {
            return _target.GetRibbonGroupDialogDark(state);
        }
PaletteRedirect