ActivityDesigner.ShowSmartTag 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 une valeur qui indique si l'activité doit afficher une balise active.
protected:
virtual property bool ShowSmartTag { bool get(); };
protected virtual bool ShowSmartTag { get; }
member this.ShowSmartTag : bool
Protected Overridable ReadOnly Property ShowSmartTag As Boolean
Valeur de propriété
true
si l'activité doit afficher un SmartTag ; sinon, false
.
Remarques
Utilisez ShowSmartTag pour déterminer s'il faut afficher une balise active lorsqu'une activité a le focus dans le concepteur.