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

GetBackGraphicsHint() public method

Gets the actual background graphics hint value.
public GetBackGraphicsHint ( PaletteState state ) : PaletteGraphicsHint
state PaletteState Palette value should be applicable to this state.
return PaletteGraphicsHint
        public PaletteGraphicsHint GetBackGraphicsHint(PaletteState state)
        {
            return _palette.GetBackGraphicsHint(_style, state);
        }