System.Windows.Forms
2.0.0.0
System.Windows.Forms.PaintEventArgs
The class provides information about the row, column, and bounds of the cell to support painting of the cell in the table.
Provides data for the event.
Constructor
To be added.
Initializes a new instance of the class.
The used to paint the item.
The that represents the rectangle in which to paint.
The bounds of the cell.
The column of the cell.
The row of the cell.
2.0.0.0
Property
System.Drawing.Rectangle
To be added.
To be added.
Gets the size and location of the cell.
2.0.0.0
Property
System.Int32
To be added.
To be added.
Gets the column of the cell.
2.0.0.0
Property
System.Int32
To be added.
To be added.
Gets the row of the cell.
2.0.0.0