'Declaration Protected Friend Overridable Sub PaintCellForeground( _ ByVal cell As Cell, _ ByVal e As GridPaintEventArgs, _ ByRef handled As Boolean _ )
'Usage Dim instance As CellViewerManager Dim cell As Cell Dim e As GridPaintEventArgs Dim handled As Boolean instance.PaintCellForeground(cell, e, handled)
Parameters
- cell
- A reference to the Xceed.Grid.Cell whose foreground is to be painted.
- e
- A Xceed.Grid.GridPaintEventArgs that contains the necessary information.
- handled
- true if the cell's foreground was painted by the CellViewerManager; false if the cell painted its own foreground.