[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.EnhancedCornerRenderer

EnhancedCornerRenderer クラス

Excel 2007のルック&フィールを持つコーナーセルのレンダラーを表します。

継承
EnhancedCornerRenderer
名前空間: FarPoint.Win.Spread.CellType
アセンブリ: FarPoint.Win.SpreadJ.dll
構文
[TypeConverter(typeof(_st))]
public class EnhancedCornerRenderer : CornerRenderer, IRenderer, IPdfSupport, IRenderCellGridLine, IDisposable, ISerializable, ISerializeSupport
<TypeConverter(GetType(_st))>
Public Class EnhancedCornerRenderer
    Inherits CornerRenderer
    Implements IRenderer, IPdfSupport, IRenderCellGridLine, IDisposable, ISerializable, ISerializeSupport

コンストラクター

名前 説明
EnhancedCornerRenderer()

デフォルト値を使用して、コーナーセルの新しいレンダラーを作成します。

EnhancedCornerRenderer(Color, Color, Color)

最新の外観を使用して、コーナーセルの新しいレンダラーを作成します。

EnhancedCornerRenderer(SerializationInfo, StreamingContext)

シリアル化情報からコーナーセルの新しいレンダラーを作成します。

プロパティ

名前 説明
ActiveBackgroundColor

アクティブなときの背景の色を取得または設定します。

GridLineColor

グリッド線の色を取得または設定します。

NormalBackgroundColor

通常の背景の色を取得または設定します。

メソッド

名前 説明
Dispose()

アンマネージリソースの解放、リリースまたはリセットに関連付けられたアプリケーション定義のタスクを実行します。

Dispose(bool)

使用された任意のリソースをクリーンアップします。

GetObjectData(SerializationInfo, StreamingContext)

オブジェクトデータを取得します。

PaintCell(Graphics, Rectangle, Appearance, object, bool, bool, float)

指定した外観設定を使用して、編集モードでないシートコーナーセルを指定したグラフィックインタフェースに描画します。

PaintCellGridLine(Graphics, int, int, int, int, Appearance)

セルのグリッド線を描画します。

PaintCorner(Graphics, Rectangle, Color, Color, Font, HorizontalAlignment, VerticalAlignment, string, TextOrientation, bool, HotkeyPrefix, StringTrimming, VisualStyles, bool, bool, float)

シートコーナーを描画します。

ToString()

レンダラーの名前を返します。