[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.EnhancedColumnHeaderRenderer

EnhancedColumnHeaderRenderer Class

Represents the painting of the column header cells with the look and feel of Excel 2007.

Inheritance
EnhancedColumnHeaderRenderer
Namespace: FarPoint.Win.Spread.CellType
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(IRendererConverter))]
public class EnhancedColumnHeaderRenderer : ColumnHeaderRenderer, IRenderer, IHeaderImages, IWordWrapSupport, IShrinkToFitSupport, IPdfSupport, IDisposable, IRenderCellGridLine, ISerializable, ISerializeSupport
<TypeConverter(GetType(IRendererConverter))>
Public Class EnhancedColumnHeaderRenderer
    Inherits ColumnHeaderRenderer
    Implements IRenderer, IHeaderImages, IWordWrapSupport, IShrinkToFitSupport, IPdfSupport, IDisposable, IRenderCellGridLine, ISerializable, ISerializeSupport

Constructors

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.

Properties

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.

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

PaintBackground(Graphics, ref bool, bool, bool, bool, Rectangle, int, int, VisualStyles, bool, Color)

Paints the background of the enhanced header cell.

PaintCell(Graphics, Rectangle, Appearance, object, bool, bool, float)

Paints the column header cell when not in edit mode to the specified graphics interface with the specified appearance settings.

PaintCellGridLine(Graphics, int, int, int, int, Appearance)

Paints the grid lines for the cell.

PaintHeader(Graphics, Rectangle, Rectangle, Color, Color, Font, HorizontalAlignment, VerticalAlignment, bool, bool, string, string, ButtonTextAlign, TextOrientation, bool, int, Color, Color, Image, Image, bool, HotkeyPrefix, VisualStyles, bool, bool, Appearance, double)

Paints the header cell with the look and feel of Excel 2007.

PaintHeader(Graphics, Rectangle, Rectangle, Color, Color, Font, HorizontalAlignment, VerticalAlignment, bool, bool, string, string, ButtonTextAlign, TextOrientation, bool, int, Color, Color, Image, Image, bool, HotkeyPrefix, VisualStyles, bool, bool, Appearance, double, float)

Paints the header cell with the look and feel of Excel 2007.

ToString()

Returns the name of the renderer.