ComponentFactory.Krypton.Toolkit.PaletteBackInherit.GetBackColorStyle C# (CSharp) Method

GetBackColorStyle() public abstract method

Gets the color drawing style.
public abstract GetBackColorStyle ( PaletteState state ) : PaletteColorStyle
state PaletteState Palette value should be applicable to this state.
return PaletteColorStyle
        public abstract PaletteColorStyle GetBackColorStyle(PaletteState state);