HitTestInfo.SelectableObject 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 un objet sélectionnable associé à la zone atteinte.
public:
virtual property System::Object ^ SelectableObject { System::Object ^ get(); };
[System.ComponentModel.Browsable(false)]
public virtual object SelectableObject { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SelectableObject : obj
Public Overridable ReadOnly Property SelectableObject As Object
Valeur de propriété
Objet sélectionnable associé à la zone atteinte ou référence Null (Nothing
en Visual Basic) si aucun concepteur n'est associé au HitTestInfo.
- Attributs
Remarques
Utilisez SelectableObject
pour obtenir l'objet sélectionnable associé à la zone atteinte. Si un concepteur est associé au HitTestInfo, SelectableObject retournera l'activité associée au concepteur, ou une référence Null (Nothing
) si aucun concepteur n'est associé au HitTestInfo.