GridControl.GetCellGDIObjects 方法

定義

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)

參數

gridColumn
GridColumn
nRow
Int64
nCol
Int32
bkBrush
SolidBrush
textBrush
SolidBrush

適用於