'Declaration Public Overridable Sub PaintGripperBackground( _ ByVal columnManagerRow As ColumnManagerRow, _ ByVal e As GridPaintEventArgs _ )
'Usage Dim instance As FixedColumnSplitter Dim columnManagerRow As ColumnManagerRow Dim e As GridPaintEventArgs instance.PaintGripperBackground(columnManagerRow, e)
public virtual void PaintGripperBackground( 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.