[]
Represents the painter of the row header.
[TypeConverter(typeof(_uf))]
public class RowHeaderRenderer : ColumnHeaderRenderer, IRenderer, IHeaderImages, IWordWrapSupport, ISerializable, IShrinkToFitSupport, IPdfSupport, IDisposable, ISerializeSupport
<TypeConverter(GetType(_uf))>
Public Class RowHeaderRenderer
Inherits ColumnHeaderRenderer
Implements IRenderer, IHeaderImages, IWordWrapSupport, ISerializable, IShrinkToFitSupport, IPdfSupport, IDisposable, ISerializeSupport
Name | Description |
---|---|
RowHeaderRenderer() | Creates a new painter of the row header with default values. |
RowHeaderRenderer(SerializationInfo, StreamingContext) | Creates a new painter of the row header from serialization. |
Name | Description |
---|---|
PaintCell(Graphics, Rectangle, Appearance, object, bool, bool, float) | Paints the column header cell when not in edit mode to the specified graphics interface with the specified appearance settings. |
PaintHeader(Graphics, Rectangle, Rectangle, Color, Color, Font, HorizontalAlignment, VerticalAlignment, bool, bool, string, string, ButtonTextAlign, TextOrientation, bool, int, Color, Color, Image, Image, bool, HotkeyPrefix, VisualStyles, bool, bool) | Paints the row header cell. |
PaintHeader(Graphics, Rectangle, Rectangle, Color, Color, Font, HorizontalAlignment, VerticalAlignment, bool, bool, string, string, ButtonTextAlign, TextOrientation, bool, int, Color, Color, Image, Image, bool, HotkeyPrefix, VisualStyles, bool, bool, Appearance, float) | Paints the row header cell. |
ToString() | Returns the name of the renderer. |