ComponentFactory.Krypton.Toolkit.PaletteBackToPalette.GetBackGraphicsHint C# (CSharp) Метод

GetBackGraphicsHint() публичный Метод

Gets the actual background graphics hint value.
public GetBackGraphicsHint ( PaletteState state ) : PaletteGraphicsHint
state PaletteState Palette value should be applicable to this state.
Результат PaletteGraphicsHint
        public PaletteGraphicsHint GetBackGraphicsHint(PaletteState state)
        {
            return _palette.GetBackGraphicsHint(_style, state);
        }