DataGridViewRow.DataGridViewRowAccessibleObject.GetSelected 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 un objet accessible qui représente les objets DataGridViewCell actuellement sélectionnés.
public:
override System::Windows::Forms::AccessibleObject ^ GetSelected();
public override System.Windows.Forms.AccessibleObject GetSelected ();
override this.GetSelected : unit -> System.Windows.Forms.AccessibleObject
Public Overrides Function GetSelected () As AccessibleObject
Retours
Un objet accessible qui représente les objets DataGridViewCell actuellement sélectionnés dans DataGridViewRow.
Exceptions
La propriété Owner possède la valeur null
.