The PaintRowEventArgs type exposes the following members.

Methods

  NameDescription
Public methodPaintAll
Performs the default painting.
Public methodPaintCells
Paint all the Cells in the Row.
Public methodPaintFocus
Atomic operation to paint the focus. The method PaintAll()()()() does not call this method if the Focus flag in the PaintPart property is dropped.
Public methodPaintHierarchyBackground
Atomic operation to paint the hierarchical backgroung. The method PaintAll()()()() does not call this method if the HierarchicalLinesBackground flag in the PaintPart property is dropped.
Public methodPaintRowSelectorBackground
Atomic operation to paint the background of the row selector. The method PaintAll()()()() does not call this method if the RowSelector flag in the PaintPart property is dropped.
Public methodPaintRowSelectorImages
Paints an appropriate image on the row's selector.
Public methodPaintSelection
Atomic operation to paint the selection. The method PaintAll()()()() does not call this method if the Selection flag in the PaintPart property is dropped.

See Also