[]
        
(Showing Draft Content)

FarPoint.Win.Spread.EnhancedFocusIndicatorRenderer

EnhancedFocusIndicatorRenderer Class

Represents the renderer for drawing the border around the active cell (that has focus).

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

Constructors

Name Description
EnhancedFocusIndicatorRenderer()

Creates a new renderer for drawing the border around the active cell.

EnhancedFocusIndicatorRenderer(int)

Creates a new renderer for drawing the border, with the specified thickness, around the active cell.

Properties

Name Description
Thickness

Gets the thickness in pixels of the enhanced focus indicator.

Methods

Name Description
Clone()

Creates and returns a copy of the picture.

Deserialize(XmlNodeReader)

Loads the object from XML.

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

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

Serialize(XmlTextWriter)

Saves the object to XML.

ToString()

Returns a string that represents the current object.