GridControl.GetHeaderInfoInternal Method

Definition

protected:
 virtual void GetHeaderInfoInternal(int colIndex, [Runtime::InteropServices::Out] System::String ^ % headerText, [Runtime::InteropServices::Out] System::Drawing::Bitmap ^ % bmp, [Runtime::InteropServices::Out] Microsoft::ReportingServices::QueryDesigners::GridCheckBoxState % checkBoxState);
protected virtual void GetHeaderInfoInternal (int colIndex, out string headerText, out System.Drawing.Bitmap bmp, out Microsoft.ReportingServices.QueryDesigners.GridCheckBoxState checkBoxState);
abstract member GetHeaderInfoInternal : int * string * Bitmap * GridCheckBoxState -> unit
override this.GetHeaderInfoInternal : int * string * Bitmap * GridCheckBoxState -> unit
Protected Overridable Sub GetHeaderInfoInternal (colIndex As Integer, ByRef headerText As String, ByRef bmp As Bitmap, ByRef checkBoxState As GridCheckBoxState)

Parameters

colIndex
Int32
headerText
String
bmp
Bitmap
checkBoxState
GridCheckBoxState

Applies to