[]
Represents the renderer for drawing the border around the active cell (that has focus).
[TypeConverter(typeof(FocusIndicatorRendererConverter))]
public class FlatFocusIndicatorRenderer : IFocusIndicatorRenderer2, IFocusIndicatorRenderer, ISerializable, ISerializeSupport
<TypeConverter(GetType(FocusIndicatorRendererConverter))>
Public Class FlatFocusIndicatorRenderer
Implements IFocusIndicatorRenderer2, IFocusIndicatorRenderer, ISerializable, ISerializeSupport
Name | Description |
---|---|
FlatFocusIndicatorRenderer() | Creates a FlatFocusIndicatorRenderer instance. |
FlatFocusIndicatorRenderer(int, Color, Color) | Creates a FlatFocusIndicatorRenderer instance. |
FlatFocusIndicatorRenderer(SerializationInfo, StreamingContext) | Creates a FlatFocusIndicatorRenderer instance. |
Name | Description |
---|---|
BackColor | Gets or sets the backcolor of the gripper indicator. |
Color | Gets or sets the color of the focus indicator. |
Thickness | Gets or sets the thickness in pixels of the focus indicator. |
Name | Description |
---|---|
Deserialize(XmlNodeReader) | Deserializes from XML. |
Equals(object) | Determines whether the specified System.Object is equal to the current System.Object. |
GetHashCode() | Serves as a hash function for a particular type. |
Paint(Graphics, int, int, int, int, bool, bool, bool, bool) | Paints the indicator. |
PaintTouchGripper(Graphics, Rectangle, int, Color, Color) | Paints the gripper focus indicator. |
Serialize(XmlTextWriter) | Serializes the object to XML. |
ToString() | Converts to a string value. |