GridControl.GetCellGDIObjects 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 GetCellGDIObjects(Microsoft::ReportingServices::QueryDesigners::GridColumn ^ gridColumn, long nRow, int nCol, System::Drawing::SolidBrush ^ % bkBrush, System::Drawing::SolidBrush ^ % textBrush);
protected virtual void GetCellGDIObjects (Microsoft.ReportingServices.QueryDesigners.GridColumn gridColumn, long nRow, int nCol, ref System.Drawing.SolidBrush bkBrush, ref System.Drawing.SolidBrush textBrush);
abstract member GetCellGDIObjects : Microsoft.ReportingServices.QueryDesigners.GridColumn * int64 * int * SolidBrush * SolidBrush -> unit
override this.GetCellGDIObjects : Microsoft.ReportingServices.QueryDesigners.GridColumn * int64 * int * SolidBrush * SolidBrush -> unit
Protected Overridable Sub GetCellGDIObjects (gridColumn As GridColumn, nRow As Long, nCol As Integer, ByRef bkBrush As SolidBrush, ByRef textBrush As SolidBrush)
Parameters
- gridColumn
- GridColumn
- nRow
- Int64
- nCol
- Int32
- bkBrush
- SolidBrush
- textBrush
- SolidBrush