DrawFilterCell Method (Split)
In This Topic
Draws the filter cell.
Syntax
'Declaration
Protected Overridable Sub DrawFilterCell( _
ByVal As System.Windows.Forms.PaintEventArgs, _
ByVal As System.Integer _
)
protected virtual void DrawFilterCell(
System.Windows.Forms.PaintEventArgs ,
System.int
)
Parameters
- e
- The System.Windows.Forms.PaintEventArgs instance containing the event data.
- col
- The col.
See Also