GridControl.DoCellPainting Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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)
Parámetros
- g
- Graphics
- bkBrush
- SolidBrush
- textBrush
- SolidBrush
- textFont
- Font
- cellRect
- Rectangle
- gridColumn
- GridColumn
- rowNumber
- Int64
- enabledState
- Boolean