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