다음을 통해 공유


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 list of menu item identifiers that are disabled.

Remarks

Disabled menu items are unavailable in the UI.

See Also

Reference

HtmlMenuButton Class

HtmlMenuButton Members

Microsoft.SharePoint.Portal.WebControls Namespace