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);
        }