The PaintGroupRowEventArgs 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.
|
![]() | PaintFocus |
Atomic operation to paint the focus. The method PaintAll()()()() does not call this method if the Focus flag in the PaintPart property is dropped.
|
![]() | PaintHierarchyBackground |
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.
|
![]() | PaintImage |
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.
|
![]() | PaintRowSelectorBackground |
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.
|
![]() | PaintRowSelectorImages |
Paints an appropriate image on the row's selector.
|
![]() | PaintSelection |
Atomic operation to paint the selection. The method PaintAll()()()() does not call this method if the Selection flag in the PaintPart property is dropped.
|
![]() | PaintText()()()() |
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.
|
![]() | PaintText(String, Rectangle) |
Paints the text in the specified bounds.
|