FlexGrid for WinForms
GetBackgroundBrush メソッド (GridRendererOffice2007)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > GridRendererOffice2007 クラス : GetBackgroundBrush メソッド
セルを含む C1FlexGridBase
レンダリングされるセルのタイプを示す C1FlexGridRenderer.CellType値。
セルの領域を定義する System.Drawing.Rectangle
セルの背景のブラシを取得します。
シンタックス
'宣言
 
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
cellType
レンダリングされるセルのタイプを示す C1FlexGridRenderer.CellType値。
r
セルの領域を定義する System.Drawing.Rectangle

戻り値の型

セルの描画に使用される System.Drawing.Brush
参照

GridRendererOffice2007 クラス
GridRendererOffice2007 メンバ