The PaintColumnCaptionEventArgs 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.
| |
PaintFilter |
Atomic operation to paint the filter icon if any. The method PaintAll()()()() does not call this method if the Filter flag in the PaintPart property is dropped.
| |
PaintImage |
Atomic operation to paint the Image if any. The method PaintAll()()()() does not call this method if the Image flag in the PaintPart property is dropped.
| |
PaintSortIcon |
Atomic operation to paint the sort icon. The method PaintAll()()()() does not call this method if the SortIcon flag in the PaintPart property is dropped.
| |
PaintText |
Atomic operation to paint the text in the Column. The method PaintAll()()()() does not call this method if the Text flag in the PaintPart property is dropped.
|