[]
        
(Showing Draft Content)

FarPoint.Win.Spread.MarqueeFocusIndicatorRenderer

MarqueeFocusIndicatorRenderer Class

Represents the renderer of the marquee (or animated) focus indicator.

Inheritance
MarqueeFocusIndicatorRenderer
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class MarqueeFocusIndicatorRenderer : IAnimatedFocusIndicatorRenderer, IFocusIndicatorRenderer, ISerializeSupport, IDisposable, ISerializable
Public Class MarqueeFocusIndicatorRenderer
    Implements IAnimatedFocusIndicatorRenderer, IFocusIndicatorRenderer, ISerializeSupport, IDisposable, ISerializable

Constructors

Name Description
MarqueeFocusIndicatorRenderer()

Creates a new renderer for the marquee (or animated) focus indicator.

MarqueeFocusIndicatorRenderer(Color, int)

Creates a new renderer for the marquee (or animated) focus indicator with the specified line thickness and color.

MarqueeFocusIndicatorRenderer(SerializationInfo, StreamingContext)

Creates a SpreadMonthCalendar from serialization.

Properties

Name Description
Color

Gets or sets the color.

Position

Gets or sets the current step in the multiple-step animation cycle.

Thickness

Gets or sets the thickness.

Methods

Name Description
Dispose()

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

Dispose(bool)

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

GetObjectData(SerializationInfo, StreamingContext)

Populates a SerializationInfo with the data needed to serialize the target object.

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

Paints the cell with the marquee (or animated) focus indicator using the specified control and dimensions.

ToString()

Returns the name of the renderer as a string.