ComponentFactory.Krypton.Toolkit.PaletteInputControlBackStates.GetBackImageStyle C# (CSharp) Метод

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

Gets the background image style.
public GetBackImageStyle ( PaletteState state ) : PaletteImageStyle
state PaletteState Palette value should be applicable to this state.
Результат PaletteImageStyle
        public PaletteImageStyle GetBackImageStyle(PaletteState state)
        {
            return _inherit.GetBackImageStyle(state);
        }