The PaintGroupPanelEventArgs type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | PaintAll |
Performs the default painting.
|
![]() | PaintBackground |
Atomic operation to paint the background. The method PaintAll()()()() does not call this method if the Background flag in the PaintPart property is dropped.
|
![]() | PaintColumnCaptions |
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.
|
![]() | PaintLinesBetweenCaptions |
Paints the lines between captions.
|
![]() | PaintText |
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.
|