[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FlatSelectionRenderer

FlatSelectionRenderer Class

Represents the default selection renderer.

Inheritance
FlatSelectionRenderer
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(SelectionRendererConverter))]
public class FlatSelectionRenderer : DefaultSelectionRenderer, ISelectionRenderer, ISerializeSupport
<TypeConverter(GetType(SelectionRendererConverter))>
Public Class FlatSelectionRenderer
    Inherits DefaultSelectionRenderer
    Implements ISelectionRenderer, ISerializeSupport

Constructors

Name Description
FlatSelectionRenderer()

Creates an instance of FlatSelectionRenderer object.

Methods

Name Description
PaintColumnFooterSelection(Graphics, int, int, int, int)

Paints the column footer selection.

PaintColumnHeaderSelection(Graphics, int, int, int, int)

Paints the column header selection.

PaintCornerFooterSelection(Graphics, int, int, int, int)

Paints the corner footer selection.

PaintCornerHeaderSelection(Graphics, int, int, int, int)

Paints the corner header selection.

PaintFilterBarHeaderSelection(Graphics, int, int, int, int)

Paints the filter-bar header selection.

PaintFilterBarSelection(Graphics, int, int, int, int)

Paints the filter-bar selection.

PaintRowHeaderSelection(Graphics, int, int, int, int)

Paints the row header selection.

PaintSelection(Graphics, int, int, int, int)

Paints the selection.

ToString()

Returns a string that represents the current object.