GridControl.DoCellPainting Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- g
- Graphics
- bkBrush
- SolidBrush
- textBrush
- SolidBrush
- textFont
- Font
- cellRect
- Rectangle
- gridColumn
- GridColumn
- rowNumber
- Int64
- enabledState
- Boolean