[]
Represents the renderer of the solid focus indicator.
[TypeConverter(typeof(_na))]
public class SolidFocusIndicatorRenderer : IFocusIndicatorRenderer, ISerializeSupport, IDisposable
<TypeConverter(GetType(_na))>
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. |