[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FlatFocusIndicatorRenderer

FlatFocusIndicatorRenderer Class

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

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

Constructors

Name Description
FlatFocusIndicatorRenderer()

Creates a FlatFocusIndicatorRenderer instance.

FlatFocusIndicatorRenderer(int, Color, Color)

Creates a FlatFocusIndicatorRenderer instance.

FlatFocusIndicatorRenderer(SerializationInfo, StreamingContext)

Creates a FlatFocusIndicatorRenderer instance.

Properties

Name Description
BackColor

Gets or sets the backcolor of the gripper indicator.

Color

Gets or sets the color of the focus indicator.

Thickness

Gets or sets the thickness in pixels of the focus indicator.

Methods

Name Description
Deserialize(XmlNodeReader)

Deserializes from XML.

Equals(object)

Determines whether the specified System.Object is equal to the current System.Object.

GetHashCode()

Serves as a hash function for a particular type.

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

Paints the indicator.

PaintTouchGripper(Graphics, Rectangle, int, Color, Color)

Paints the gripper focus indicator.

Serialize(XmlTextWriter)

Serializes the object to XML.

ToString()

Converts to a string value.