GridControl.GetCellGDIObjects 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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