Menu.TagKey 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 la valeur HtmlTextWriterTag qui correspond à un contrôle Menu. Cette propriété est principalement utilisée par des développeurs de contrôles.
protected:
virtual property System::Web::UI::HtmlTextWriterTag TagKey { System::Web::UI::HtmlTextWriterTag get(); };
protected override System.Web.UI.HtmlTextWriterTag TagKey { get; }
member this.TagKey : System.Web.UI.HtmlTextWriterTag
Protected Overrides ReadOnly Property TagKey As HtmlTextWriterTag
Valeur de propriété
Retourne toujours HtmlTextWriterTag.Table
.
Remarques
Utilisez la TagKey propriété pour déterminer la HtmlTextWriterTag valeur associée à un Menu contrôle. Cette propriété est principalement utilisée par des développeurs de contrôles.