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

GetBackGraphicsHint() public abstract method

Gets the graphics drawing hint for the background.
public abstract GetBackGraphicsHint ( PaletteBackStyle style, PaletteState state ) : PaletteGraphicsHint
style PaletteBackStyle Border style.
state PaletteState Palette value should be applicable to this state.
return PaletteGraphicsHint
        public abstract PaletteGraphicsHint GetBackGraphicsHint(PaletteBackStyle style, PaletteState state);
PaletteBase