[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.BaseHeaderFlatStyleRenderer

BaseHeaderFlatStyleRenderer Class

Represents a base header flat style renderer.

Namespace: FarPoint.Win.Spread.CellType
Assembly: FarPoint.Win.Spread.dll
Syntax
[Browsable(false)]
public abstract class BaseHeaderFlatStyleRenderer : ColumnHeaderRenderer, IHeaderImages, IWordWrapSupport, IShrinkToFitSupport, IPdfSupport, IDisposable, IRenderer, IRenderCellGridLine, ISerializable, ISerializeSupport
<Browsable(False)>
Public MustInherit Class BaseHeaderFlatStyleRenderer
    Inherits ColumnHeaderRenderer
    Implements IHeaderImages, IWordWrapSupport, IShrinkToFitSupport, IPdfSupport, IDisposable, IRenderer, IRenderCellGridLine, ISerializable, ISerializeSupport

Constructors

Name Description
BaseHeaderFlatStyleRenderer()

Creates an instance of BaseHeaderFlatStyleRenderer

BaseHeaderFlatStyleRenderer(SerializationInfo, StreamingContext)

Creates a new painter of the column header cells from serialization.

Properties

Name Description
ActiveFontStyle

Gets or sets the cell font style in active mode.

ActiveForeColor

Gets or sets the foreground color of the cell in an active state.

ActiveMouseOverBackColor

Gets or sets the backcolor of the cell when the mouse is over the cell.

ActiveSelectedBackColor

Gets or sets the color of the header cell when selected.

ContainSelectBackColor

Gets or sets the background color of the header cell that contains the selected cell in the viewport.

GridLineActiveColor

Gets or sets the header cell grid line color in an active state or separated by viewport.

GridLineNormalColor

Gets or sets the header cell grid line color.

NormalBackgroundColor

Gets or sets the backcolor of the cell in normal mode.

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

GetPaintSpecialActiveSelectionRegion(Rectangle, Appearance)

Supports getting the region that paints the special active selection like Office 2013.

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

Paints the background.

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

Paints the 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 cell grid line.

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 column header cell.

PaintSpecialActiveSelection(Graphics, Rectangle, Color, Appearance)

Supports painting the special active selection like Office 2013.