The PaintGroupPanelEventArgs 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 methodPaintColumnCaptions
Atomic operation to paint grouped Columns on the panel. The method PaintAll()()()() does not call this method if the ColumnCaptions flag in the PaintPart property is dropped.
Public methodPaintLinesBetweenCaptions
Paints the lines between captions.
Public methodPaintText
Atomic operation to paint the text on the panel. The method PaintAll()()()() does not call this method if the Text flag in the PaintPart property is dropped.

See Also