SPField.ListItemMenuState enumeration

Specifies whether a link to a menu or callout must be shown in the field, must not be shown, or can optionally be shown.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

Members

Member name Description
Allowed The menu or link can be optionally shown. (integer value = 0)
Required The menu or link must be shown. (integer value = 1).
Prohibited The menu or link cannot be shown. (integer value = 2).

See also

Reference

Microsoft.SharePoint namespace