'Declaration Public Overridable Sub PaintGripperForeground( _ ByVal columnManagerRow As ColumnManagerRow, _ ByVal e As GridPaintEventArgs _ )
'Usage Dim instance As FixedColumnSplitter Dim columnManagerRow As ColumnManagerRow Dim e As GridPaintEventArgs instance.PaintGripperForeground(columnManagerRow, e)
public virtual void PaintGripperForeground( ColumnManagerRow columnManagerRow, GridPaintEventArgs e )
Parameters
- columnManagerRow
- A reference to the ColumnManagerRow that contains the gripper. The gripper can only be displayed in a ColumnManagerRow.
- e
- A GridPaintEventArgs that contains the necessary data.