[]
Represents the renderer of the image focus indicator.
[TypeConverter(typeof(ImageFocusIndicatorRendererConverter))]
public class ImageFocusIndicatorRenderer : IFocusIndicatorRenderer, ISerializeSupport
<TypeConverter(GetType(ImageFocusIndicatorRendererConverter))>
Public Class ImageFocusIndicatorRenderer
Implements IFocusIndicatorRenderer, ISerializeSupport
Name | Description |
---|---|
ImageFocusIndicatorRenderer() | Creates a new renderer of the image focus indicator. |
ImageFocusIndicatorRenderer(Image, Color) | Creates a new renderer of the image focus indicator. |
Name | Description |
---|---|
Image | Gets or sets the image to use for rendering the custom focus indicator. |
TransparencyColor | Gets or sets the transparency color of the custom focus indicator. |
Name | Description |
---|---|
Paint(Graphics, int, int, int, int, bool, bool, bool, bool) | Paints the cell with the image focus indicator using the specified control and dimensions. |
ToString() | Returns the name of the renderer as a string. |