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

GetRibbonGroupDialogLight() public abstract method

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