PropertyGrid.SelectedGridItem Propriété
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 ou définit l'élément de grille sélectionné.
public:
property System::Windows::Forms::GridItem ^ SelectedGridItem { System::Windows::Forms::GridItem ^ get(); void set(System::Windows::Forms::GridItem ^ value); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.GridItem SelectedGridItem { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.SelectedGridItem : System.Windows.Forms.GridItem with get, set
Public Property SelectedGridItem As GridItem
Valeur de propriété
Ligne actuellement sélectionnée dans la grille des propriétés.
- Attributs
Remarques
Chacun GridItem correspond à une propriété du SelectedObject.
Vous pouvez utiliser le retour GridItem pour afficher les informations de type, le PropertyDescriptorparent et les enfants de l’objet sélectionné.