[]
Represents the renderer of the default focus indicator.
[TypeConverter(typeof(FocusIndicatorRendererConverter))]
public class DefaultFocusIndicatorRenderer : IFocusIndicatorRenderer, ISerializeSupport
<TypeConverter(GetType(FocusIndicatorRendererConverter))>
Public Class DefaultFocusIndicatorRenderer
Implements IFocusIndicatorRenderer, ISerializeSupport
Name | Description |
---|---|
DefaultFocusIndicatorRenderer() | Creates a new renderer for the default focus indicator. |
DefaultFocusIndicatorRenderer(int) | Creates a new renderer for the default focus indicator with the specified line thickness. |
Name | Description |
---|---|
Thickness | Gets or sets the thickness. |
Name | Description |
---|---|
Paint(Graphics, int, int, int, int, bool, bool, bool, bool) | Paints the cell with the default focus indicator using the specified control and dimensions. |
ToString() | Returns the name of the renderer as a string. |