ComponentFactory.Krypton.Toolkit.PaletteOffice2007Base.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 override Color GetRibbonGroupDialogDark(PaletteState state)
        {
            return _ribbonColors[(int)SchemeOfficeColors.RibbonGroupDialogDark];
        }
PaletteOffice2007Base