FlexPivot for WinForms
OnDrawCell(C1FlexGridBase,OwnerDrawCellEventArgs) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridRenderer クラス > OnDrawCell メソッド : OnDrawCell(C1FlexGridBase,OwnerDrawCellEventArgs) メソッド
C1FlexGridBase that contains the cell being drawn.
OwnerDrawCellEventArgs that provides information about the cell being drawn.
Draws a grid cell of any type.
シンタックス
'宣言
 
Public Overloads Overridable Sub OnDrawCell( _
   ByVal flex As C1FlexGridBase, _
   ByVal e As OwnerDrawCellEventArgs _
) 
public virtual void OnDrawCell( 
   C1FlexGridBase flex,
   OwnerDrawCellEventArgs e
)

パラメータ

flex
C1FlexGridBase that contains the cell being drawn.
e
OwnerDrawCellEventArgs that provides information about the cell being drawn.
解説
This method determines the type of cell being drawn and then calls the OnDrawCell(C1FlexGridBase,OwnerDrawCellEventArgs,CellType) method passing the type of cell to be drawn.
参照

C1FlexGridRenderer クラス
C1FlexGridRenderer メンバ
オーバーロード一覧