[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SolidFocusIndicatorRenderer

SolidFocusIndicatorRenderer Class

Represents the renderer of the solid focus indicator.

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

Constructors

Name Description
SolidFocusIndicatorRenderer()

Creates a new renderer of the solid focus indicator.

SolidFocusIndicatorRenderer(Color, int)

Creates a new renderer of the solid focus indicator with the specified color and thickness.

Properties

Name Description
Color

Gets or sets the color of the solid focus indicator.

Thickness

Gets or sets the thickness of the solid focus indicator.

Methods

Name Description
Dispose()

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

Dispose(bool)

Cleans up any resources being used.

Paint(Graphics, int, int, int, int, bool, bool, bool, bool)

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

ToString()

Returns the name of the renderer as a string.