GridControl.DoCellPainting Метод

Определение

protected:
 virtual void DoCellPainting(System::Drawing::Graphics ^ g, System::Drawing::SolidBrush ^ bkBrush, System::Drawing::SolidBrush ^ textBrush, System::Drawing::Font ^ textFont, System::Drawing::Rectangle cellRect, Microsoft::ReportingServices::QueryDesigners::GridColumn ^ gridColumn, long rowNumber, bool enabledState);
protected virtual void DoCellPainting (System.Drawing.Graphics g, System.Drawing.SolidBrush bkBrush, System.Drawing.SolidBrush textBrush, System.Drawing.Font textFont, System.Drawing.Rectangle cellRect, Microsoft.ReportingServices.QueryDesigners.GridColumn gridColumn, long rowNumber, bool enabledState);
abstract member DoCellPainting : System.Drawing.Graphics * System.Drawing.SolidBrush * System.Drawing.SolidBrush * System.Drawing.Font * System.Drawing.Rectangle * Microsoft.ReportingServices.QueryDesigners.GridColumn * int64 * bool -> unit
override this.DoCellPainting : System.Drawing.Graphics * System.Drawing.SolidBrush * System.Drawing.SolidBrush * System.Drawing.Font * System.Drawing.Rectangle * Microsoft.ReportingServices.QueryDesigners.GridColumn * int64 * bool -> unit
Protected Overridable Sub DoCellPainting (g As Graphics, bkBrush As SolidBrush, textBrush As SolidBrush, textFont As Font, cellRect As Rectangle, gridColumn As GridColumn, rowNumber As Long, enabledState As Boolean)

Параметры

bkBrush
SolidBrush
textBrush
SolidBrush
textFont
Font
cellRect
Rectangle
gridColumn
GridColumn
rowNumber
Int64
enabledState
Boolean

Применяется к