ComponentFactory.Krypton.Toolkit.PaletteDataGridViewContentInherit.GetContentShortTextImageStyle C# (CSharp) Метод

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

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