ComponentFactory.Krypton.Toolkit.PaletteContentInheritForced.GetContentShortTextImage C# (CSharp) Метод

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

Gets a background image for the short text.
public GetContentShortTextImage ( PaletteState state ) : Image
state PaletteState Palette value should be applicable to this state.
Результат Image
        public override Image GetContentShortTextImage(PaletteState state)
        {
            return _inherit.GetContentShortTextImage(state);
        }