[]
Represents the renderer of the solid focus indicator.
[TypeConverter(typeof(_nd))]
public class SolidFocusIndicatorRenderer : IFocusIndicatorRenderer, ISerializeSupport, IDisposable
<TypeConverter(GetType(_nd))>
Public Class SolidFocusIndicatorRenderer
Implements IFocusIndicatorRenderer, ISerializeSupport, IDisposable
| 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. |
| Name | Description |
|---|---|
| Color | Gets or sets the color of the solid focus indicator. |
| Thickness | Gets or sets the thickness of the solid focus indicator. |
| 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. |