GridControl.GetHeaderInfoInternal 方法

定義

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)

參數

colIndex
Int32
headerText
String
bmp
Bitmap
checkBoxState
GridCheckBoxState

適用於