SPField.ListItemMenuState Enumeration

Represents whether the item can have the menu/link optionally shown, must show the menu/link, or cannot show the menu/link.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Enumeration ListItemMenuState
'Usage
Dim instance As SPField.ListItemMenuState
public enum ListItemMenuState

Members

Member name Description
Allowed Allowed (integer value = 0) means the item can have the menu/link optionally shown.
Required Required (integer value = 1) means that the item must show the menu/link.
Prohibited Prohibited (integer value = 2) means that the item cannot have menu/link shown.

Remarks

The SPField.ListItemMenuState enumerator members are Allowed = 0, Required = 1, and Prohibited = 2.

See Also

Reference

Microsoft.SharePoint Namespace