ToolTip.CanExtend(Object) 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.
Retourne true
si l'info-bulle peut exposer une propriété extendeur au composant cible spécifié.
public:
virtual bool CanExtend(System::Object ^ target);
public bool CanExtend (object target);
abstract member CanExtend : obj -> bool
override this.CanExtend : obj -> bool
Public Function CanExtend (target As Object) As Boolean
Paramètres
- target
- Object
Objet cible auquel ajouter une propriété extendeur.
Retours
true
si la classe ToolTip peut exposer une ou plusieurs propriétés extendeur ; sinon, false
.
Implémente
Remarques
La CanExtend méthode est le seul membre de l’interface System.ComponentModel.IExtenderProvider . Cette méthode retourne true
si le target
paramètre est de type Control.