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