[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.EnhancedCornerRenderer

EnhancedCornerRenderer Class

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

Inheritance
EnhancedCornerRenderer
Namespace: FarPoint.Win.Spread.CellType
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(_uf))]
public class EnhancedCornerRenderer : CornerRenderer, IRenderer, IPdfSupport, IRenderCellGridLine, IDisposable, ISerializable, ISerializeSupport
<TypeConverter(GetType(_uf))>
Public Class EnhancedCornerRenderer
    Inherits CornerRenderer
    Implements IRenderer, IPdfSupport, IRenderCellGridLine, IDisposable, ISerializable, ISerializeSupport

Constructors

Name Description
EnhancedCornerRenderer()

Creates a new painter for the corner cell with the default values.

EnhancedCornerRenderer(Color, Color, Color)

Creates a new painter of the corner cells with a more up to date look.

EnhancedCornerRenderer(SerializationInfo, StreamingContext)

Creates a new painter of the corner cell from serialization.

Properties

Name Description
ActiveBackgroundColor

Gets or sets the color of the active background.

GridLineColor

Gets or sets the color of the grid line.

NormalBackgroundColor

Gets or sets the color of the normal background.

Methods

Name Description
Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Dispose(bool)

Cleans up any resources being used.

GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

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

Paints the sheet corner 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.

PaintCorner(Graphics, Rectangle, Color, Color, Font, HorizontalAlignment, VerticalAlignment, string, TextOrientation, bool, HotkeyPrefix, StringTrimming, VisualStyles, bool, bool, float)

Paints the sheet corner.

ToString()

Returns the name of the renderer.