HtmlMenuButton.DisableItems Property
Gets a string collection containing a list of menu item identifiers that are disabled.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property DisableItems As StringCollection
Get
'Usage
Dim instance As HtmlMenuButton
Dim value As StringCollection
value = instance.DisableItems
public StringCollection DisableItems { get; }
Property Value
Type: System.Collections.Specialized.StringCollection
A System.Collections.Specialized.StringCollection containing a list of menu item identifiers that are disabled.
Remarks
Disabled menu items are dimmed in the UI.