[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultFocusIndicatorRenderer

DefaultFocusIndicatorRenderer Class

Represents the renderer of the default focus indicator.

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

Constructors

Name Description
DefaultFocusIndicatorRenderer()

Creates a new renderer for the default focus indicator.

DefaultFocusIndicatorRenderer(int)

Creates a new renderer for the default focus indicator with the specified line thickness.

Properties

Name Description
Thickness

Gets or sets the thickness.

Methods

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

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

ToString()

Returns the name of the renderer as a string.