[]
Represents the painting of the column header cells with the look and feel of Excel 2007.
[TypeConverter(typeof(_uh))]
public class EnhancedColumnHeaderRenderer : ColumnHeaderRenderer, IRenderer, IHeaderImages, IWordWrapSupport, IShrinkToFitSupport, IPdfSupport, IDisposable, IRenderCellGridLine, ISerializable, ISerializeSupport
<TypeConverter(GetType(_uh))>
Public Class EnhancedColumnHeaderRenderer
Inherits ColumnHeaderRenderer
Implements IRenderer, IHeaderImages, IWordWrapSupport, IShrinkToFitSupport, IPdfSupport, IDisposable, IRenderCellGridLine, ISerializable, ISerializeSupport
| Name | Description |
|---|---|
| EnhancedColumnHeaderRenderer() | Creates a new painter of the column header cells from default values. |
| EnhancedColumnHeaderRenderer(Color, Color, Color, Color, Color, Color) | Creates a new painter of the column header cells with the specified values. |
| EnhancedColumnHeaderRenderer(Color, Color, Color, Color, Color, Color, bool) | Creates a new painter of the column header cells with the specified values. |
| EnhancedColumnHeaderRenderer(SerializationInfo, StreamingContext) | Creates a new painter of the column header cells from serialization. |
| Name | Description |
|---|---|
| ActiveBackgroundColor | Gets or sets the color of the active background. |
| NormalBackgroundColor | Gets or sets the color of the normal background. |
| NormalGridLineColor | Gets or sets the color of the normal grid line. |
| SelectedActiveBackgroundColor | Gets or sets the color of the selected active background. |
| SelectedBackgroundColor | Gets or sets the color of the selected background. |
| SelectedGridLineColor | Gets or sets the color of the selected grid line. |