HtmlMenuButton.DisableItems, propriété (Microsoft.SharePoint.Portal.WebControls)
Gets a string collection containing a list of menu item identifiers that are disabled.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public ReadOnly Property DisableItems As StringCollection
'Utilisation
Dim instance As HtmlMenuButton
Dim value As StringCollection
value = instance.DisableItems
public StringCollection DisableItems { get; }
Valeur de la propriété
A System.Collections.Specialized.StringCollection containing a list of menu item identifiers that are disabled.
Remarques
Disabled menu items are dimmed in the UI.
Voir aussi
Référence
HtmlMenuButton, classe
Membres HtmlMenuButton
Microsoft.SharePoint.Portal.WebControls, espace de noms