[]
Represents the default selection renderer.
[TypeConverter(typeof(SelectionRendererConverter))]
public class FlatSelectionRenderer : DefaultSelectionRenderer, ISelectionRenderer, ISerializeSupport
<TypeConverter(GetType(SelectionRendererConverter))>
Public Class FlatSelectionRenderer
Inherits DefaultSelectionRenderer
Implements ISelectionRenderer, ISerializeSupport
Name | Description |
---|---|
FlatSelectionRenderer() | Creates an instance of FlatSelectionRenderer object. |
Name | Description |
---|---|
PaintColumnFooterSelection(Graphics, int, int, int, int) | Paints the column footer selection. |
PaintColumnHeaderSelection(Graphics, int, int, int, int) | Paints the column header selection. |
PaintCornerFooterSelection(Graphics, int, int, int, int) | Paints the corner footer selection. |
PaintCornerHeaderSelection(Graphics, int, int, int, int) | Paints the corner header selection. |
PaintFilterBarHeaderSelection(Graphics, int, int, int, int) | Paints the filter-bar header selection. |
PaintFilterBarSelection(Graphics, int, int, int, int) | Paints the filter-bar selection. |
PaintRowHeaderSelection(Graphics, int, int, int, int) | Paints the row header selection. |
PaintSelection(Graphics, int, int, int, int) | Paints the selection. |
ToString() | Returns a string that represents the current object. |