PowerTools MultiRow for Windows Forms 8.0J
OnPrint メソッド

イベントデータを含むCellPaintingEventArgs
PrintStyle.Compactスタイルのセルの内容を印刷します。
構文
Protected Overridable Sub OnPrint( _
   ByVal e As CellPaintingEventArgs _
) 
protected virtual void OnPrint( 
   CellPaintingEventArgs e
)

パラメータ

e
イベントデータを含むCellPaintingEventArgs
解説
このメソッドは、セルをGraphicsに印刷できます。このメソッドは、PrintCellBackgroundPrintCellForeground、およびPrintBorderを呼び出して、各部分を印刷します。このメソッドまたは他の3つのメソッドをオーバーライドすると、PrintSettings.PrintStylePrintStyle.Richでない場合の印刷をカスタマイズできます。PrintSettings.PrintStylePrintStyle.Richの場合は、OnPaintをオーバーライドして描画および印刷をカスタマイズします。
参照

Cell クラス
Cell メンバ
OnPaint メソッド
PrintSettings プロパティ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.