# C1.Win.List.ListBase.View.renderInnerCell

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_List_ListBase_View_renderInnerCell_" data-uid="C1.Win.List.ListBase.View.renderInnerCell*">renderInnerCell Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_List_ListBase_View_renderInnerCell_" data-uid="C1.Win.List.ListBase.View.renderInnerCell*"></a>
<h4 id="C1_Win_List_ListBase_View_renderInnerCell_System_Drawing_Graphics_C1_Win_List_Style_System_Drawing_Rectangle__System_Int32_System_Int32_System_String_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Drawing_Image_" data-uid="C1.Win.List.ListBase.View.renderInnerCell(System.Drawing.Graphics,C1.Win.List.Style,System.Drawing.Rectangle@,System.Int32,System.Int32,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Drawing.Image)">renderInnerCell(Graphics, Style, ref Rectangle, int, int, string, bool, bool, bool, bool, Image)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected virtual bool renderInnerCell(Graphics g, Style style, ref Rectangle r, int col, int row, string val, bool button, bool buttonText, bool buttonAlways, bool activecell, Image buttonPicture)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Overridable Function renderInnerCell(g As Graphics, style As Style, ByRef r As Rectangle, col As Integer, row As Integer, val As String, button As Boolean, buttonText As Boolean, buttonAlways As Boolean, activecell As Boolean, buttonPicture As Image) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.graphics">Graphics</a></td>
      <td><span class="parametername">g</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Win.List.Style.html">Style</a></td>
      <td><span class="parametername">style</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a></td>
      <td><span class="parametername">r</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">col</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">row</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">val</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">button</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">buttonText</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">buttonAlways</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">activecell</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.image">Image</a></td>
      <td><span class="parametername">buttonPicture</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
