'宣言 Public Overridable Function GetBackgroundBrush( _ ByVal flex As C1FlexGridBase, _ ByVal cellType As C1FlexGridRenderer.CellType, _ ByVal bounds As System.Drawing.Rectangle _ ) As System.Drawing.Brush
public virtual System.Drawing.Brush GetBackgroundBrush( C1FlexGridBase flex, C1FlexGridRenderer.CellType cellType, System.Drawing.Rectangle bounds )
パラメータ
- flex
- 表示されるセルを含む C1FlexGridBase。
- cellType
- 表示されるセルのタイプを決める C1FlexGridRenderer.CellTypeの値。
- bounds
- 表示されるセルの範囲を表す System.Drawing.Rectangle。
戻り値の型
セル背景の表示に使用される System.Drawing.Brushオブジェクト。