[]
Represents a custom renderer of the focus indicator.
[TypeConverter(typeof(CustomFocusIndicatorRendererConverter))]
public class CustomFocusIndicatorRenderer : IFocusIndicatorRenderer, ISerializeSupport, IDisposable
<TypeConverter(GetType(CustomFocusIndicatorRendererConverter))>
Public Class CustomFocusIndicatorRenderer
Implements IFocusIndicatorRenderer, ISerializeSupport, IDisposable
Name | Description |
---|---|
CustomFocusIndicatorRenderer() | Creates a new renderer for the custom focus indicator. |
CustomFocusIndicatorRenderer(Bitmap, int) | Creates a new renderer for the custom focus indicator with the specified bitmap and thickness. |
CustomFocusIndicatorRenderer(int) | Creates a new renderer for the custom focus indicator with the specified line thickness. |
CustomFocusIndicatorRenderer(object) | Creates a custom focus indicator by copying another. |
Name | Description |
---|---|
Bitmap | Gets or sets the bitmap to use for rendering the custom focus indicator. |
Thickness | Gets or sets the thickness in pixels of the custom focus indicator. |
Name | Description |
---|---|
Clone() | Creates and returns a copy of the picture. |
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 custom focus indicator using the specified control and dimensions. |
ToString() | Returns the name of the renderer. |