BrightIdeasSoftware.AbstractRenderer.RenderSubItem C# (CSharp) Метод

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

Render one cell within an ObjectListView when it is in Details mode.
public RenderSubItem ( DrawListViewSubItemEventArgs e, Graphics g, Rectangle cellBounds, object rowObject ) : bool
e System.Windows.Forms.DrawListViewSubItemEventArgs The event
g System.Drawing.Graphics A Graphics for rendering
cellBounds System.Drawing.Rectangle The bounds of the cell
rowObject object The model object to be drawn
Результат bool
        public virtual bool RenderSubItem(DrawListViewSubItemEventArgs e, Graphics g, Rectangle cellBounds, object rowObject)
        {
            return false;
        }