The PaintColumnCaptionEventArgs 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 methodPaintFilter
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.
Public methodPaintImage
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.
Public methodPaintSortIcon
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.
Public methodPaintText
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.

See Also