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

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

パラメータ

flex
C1FlexGridBase that contains the cell being drawn.
e
OwnerDrawCellEventArgs that provides information about the cell being drawn.
cellType
C1FlexGridRenderer.CellType value that determines the type of cell being drawn.
参照

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