[]
        
(Showing Draft Content)

FarPoint.Win.Spread.EditingFocusIndicatorRenderer

EditingFocusIndicatorRenderer Class

Represents the renderer for the editor focus.

Inheritance
EditingFocusIndicatorRenderer
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(FocusIndicatorRendererConverter))]
public class EditingFocusIndicatorRenderer : IFocusIndicatorRenderer, ISerializeSupport
<TypeConverter(GetType(FocusIndicatorRendererConverter))>
Public Class EditingFocusIndicatorRenderer
    Implements IFocusIndicatorRenderer, ISerializeSupport

Constructors

Name Description
EditingFocusIndicatorRenderer()

Creates a new editing focus indicator renderer with default values.

EditingFocusIndicatorRenderer(IBorder)

Creates a new editing focus indicator renderer with the specified border.

Properties

Name Description
Border

Gets or sets the border.

Methods

Name Description
Paint(Graphics, int, int, int, int, bool, bool, bool, bool)

Paints the cell with the focus indicator using the specified control and dimensions.

ToString()

Returns the name of the renderer as a string.