[]
Represents the painting of the corner cells with the look and feel of Excel 2007.
[TypeConverter(typeof(_uj))]
public class EnhancedCornerRenderer : CornerRenderer, IRenderer, IPdfSupport, IRenderCellGridLine, IDisposable, ISerializable, ISerializeSupport
<TypeConverter(GetType(_uj))>
Public Class EnhancedCornerRenderer
Inherits CornerRenderer
Implements IRenderer, IPdfSupport, IRenderCellGridLine, IDisposable, ISerializable, ISerializeSupport
| Name | Description |
|---|---|
| EnhancedCornerRenderer() | Creates a new painter for the corner cell with the default values. |
| EnhancedCornerRenderer(Color, Color, Color) | Creates a new painter of the corner cells with a more up to date look. |
| EnhancedCornerRenderer(SerializationInfo, StreamingContext) | Creates a new painter of the corner cell from serialization. |
| Name | Description |
|---|---|
| ActiveBackgroundColor | Gets or sets the color of the active background. |
| GridLineColor | Gets or sets the color of the grid line. |
| NormalBackgroundColor | Gets or sets the color of the normal background. |
| Name | Description |
|---|---|
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| Dispose(bool) | Cleans up any resources being used. |
| GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
| PaintCell(Graphics, Rectangle, Appearance, object, bool, bool, float) | Paints the sheet corner cell when not in edit mode to the specified graphics interface with the specified appearance settings. |
| PaintCellGridLine(Graphics, int, int, int, int, Appearance) | Paints the grid lines for the cell. |
| PaintCorner(Graphics, Rectangle, Color, Color, Font, HorizontalAlignment, VerticalAlignment, string, TextOrientation, bool, HotkeyPrefix, StringTrimming, VisualStyles, bool, bool, float) | Paints the sheet corner. |
| ToString() | Returns the name of the renderer. |