'宣言 Public Event OwnerDrawCellPrint As OwnerDrawCellEventHandler
public event OwnerDrawCellEventHandler OwnerDrawCellPrint
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、OwnerDrawCellEventArgs 型の引数を受け取りました。次の OwnerDrawCellEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
CellRect | The bounding rectangle for the cell that needs to be rendered. |
Col | The index of the column in the DisplayColumns collection. |
Column | The C1DisplayColumn being rendered. |
DrawCellFlags | Indicates whether the custom renderer handles the background, border or content. |
Graphics | The GDI+ graphics object to render on. |
Handled | Indicates whether the event code rendered the cell. |
Row | The index of the row for the cell being rendered. |
Split | The index of the split for the cell being rendered. |
Style | The Style used to render the cell. |
Text | The text of the cell. |
参照