ComponentOne List for WinForms
C1.Win.C1List Namespace / Split Class / renderInnerCell Method

In This Topic
    renderInnerCell Method (Split)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Function renderInnerCell( _
       ByVal g As Graphics, _
       ByVal style As Style, _
       ByRef r As Rectangle, _
       ByVal col As Integer, _
       ByVal row As Integer, _
       ByVal val As String, _
       ByVal button As Boolean, _
       ByVal buttonText As Boolean, _
       ByVal buttonAlways As Boolean, _
       ByVal activecell As Boolean, _
       ByVal buttonPicture As Image _
    ) As Boolean

    Parameters

    g
    style
    r
    col
    row
    val
    button
    buttonText
    buttonAlways
    activecell
    buttonPicture
    See Also