[]
Represents the renderer for drawing the border around the active cell (that has focus).
[TypeConverter(typeof(_nc))]
public class EnhancedFocusIndicatorRenderer : IFocusIndicatorRenderer, ISerializeSupport
<TypeConverter(GetType(_nc))>
Public Class EnhancedFocusIndicatorRenderer
Implements IFocusIndicatorRenderer, ISerializeSupport
Name | Description |
---|---|
EnhancedFocusIndicatorRenderer() | Creates a new renderer for drawing the border around the active cell. |
EnhancedFocusIndicatorRenderer(int) | Creates a new renderer for drawing the border, with the specified thickness, around the active cell. |
Name | Description |
---|---|
Thickness | Gets the thickness in pixels of the enhanced focus indicator. |
Name | Description |
---|---|
Clone() | Creates and returns a copy of the picture. |
Deserialize(XmlNodeReader) | Loads the object from XML. |
Paint(Graphics, int, int, int, int, bool, bool, bool, bool) | Paints the cell with the default focus indicator using the specified control and dimensions. |
Serialize(XmlTextWriter) | Saves the object to XML. |
ToString() |