'宣言 Public Overrides Function GetBackgroundBrush( _ ByVal flex As C1FlexGridBase, _ ByVal cellType As C1FlexGridRenderer.CellType, _ ByVal r As System.Drawing.Rectangle _ ) As System.Drawing.Brush
public override System.Drawing.Brush GetBackgroundBrush( C1FlexGridBase flex, C1FlexGridRenderer.CellType cellType, System.Drawing.Rectangle r )
パラメータ
- flex
- C1FlexGridBase that contains the cell.
- cellType
- C1FlexGridRenderer.CellType value that describes the type of cell being rendered.
- r
- System.Drawing.Rectangle that defines the cell bounds.
戻り値の型
A System.Drawing.Brush used to paint the cell.