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

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

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