DataGridColumnStyle.CreateHeaderAccessibleObject Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le AccessibleObject pour la colonne.
protected:
virtual System::Windows::Forms::AccessibleObject ^ CreateHeaderAccessibleObject();
protected virtual System.Windows.Forms.AccessibleObject CreateHeaderAccessibleObject ();
abstract member CreateHeaderAccessibleObject : unit -> System.Windows.Forms.AccessibleObject
override this.CreateHeaderAccessibleObject : unit -> System.Windows.Forms.AccessibleObject
Protected Overridable Function CreateHeaderAccessibleObject () As AccessibleObject
Retours
AccessibleObject pour la colonne.
Exemples
L’exemple de code suivant obtient le System.Windows.Forms.DataGrid d’un DataGridColumnStyle.
private:
void GetDataGrid( DataGridTableStyle^ thisColumn )
{
DataGrid^ myDataGrid;
// Get the DataGrid of the column.
myDataGrid = thisColumn->DataGrid;
}
private void GetDataGrid(DataGridTableStyle thisColumn){
DataGrid myDataGrid;
// Get the DataGrid of the column.
myDataGrid = thisColumn.DataGrid;
}
Remarques
Cette propriété est appelée par un DataGridTableStyle lorsque sa System.Windows.Forms.DataGrid propriété change. Cette propriété est obligatoire, car tous les contrôles enfants hébergés par un DataGridColumnStyle doivent être ajoutés au System.Windows.Forms.DataGrid contrôle .ControlCollection