The PaintGroupRowEventArgs type exposes the following members.

Methods

  NameDescription
Public methodPaintAll
Performs the default painting.
Public methodPaintBackground
Atomic operation to paint the background. The method PaintAll()()()() does not call this method if the Background flag in the PaintPart property is dropped.
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 methodPaintImage
Atomic operation to paint an icon in the group Row. The method PaintAll()()()() does not call this method if the Image 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.
Public methodPaintText()()()()
Atomic operation to paint a text in the group Row. The method PaintAll()()()() does not call this method if the Text flag in the PaintPart property is dropped.
Public methodPaintText(String, Rectangle)
Paints the text in the specified bounds.

See Also