True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid Namespace / Split Class / DrawFilterCell Method
The System.Windows.Forms.PaintEventArgs instance containing the event data.
The col.

In This Topic
    DrawFilterCell Method (Split)
    In This Topic
    Draws the filter cell.
    Syntax
    'Declaration
     
    Protected Overridable Sub DrawFilterCell( _
       ByVal e As System.Windows.Forms.PaintEventArgs, _
       ByVal col As System.Integer _
    ) 
    protected virtual void DrawFilterCell( 
       System.Windows.Forms.PaintEventArgs e,
       System.int col
    )

    Parameters

    e
    The System.Windows.Forms.PaintEventArgs instance containing the event data.
    col
    The col.
    See Also