[]
Represents the renderer of the marquee (or animated) focus indicator.
public class MarqueeFocusIndicatorRenderer : IAnimatedFocusIndicatorRenderer, IFocusIndicatorRenderer, ISerializeSupport, IDisposable, ISerializable
Public Class MarqueeFocusIndicatorRenderer
Implements IAnimatedFocusIndicatorRenderer, IFocusIndicatorRenderer, ISerializeSupport, IDisposable, ISerializable
| 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. |
| 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. |
| Name | Description |
|---|---|
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| Dispose(bool) | Cleans up any resources being used. |
| 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. |