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

GetRibbonGroupDialogDark() public abstract method

Gets the color for the dialog launcher dark.
public abstract GetRibbonGroupDialogDark ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
return Color
        public abstract Color GetRibbonGroupDialogDark(PaletteState state);
PaletteBase