SPField.CalloutMenu property
Gets or sets an indication of whether the field shows a link to the callout menu.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CalloutMenu As Boolean
Get
Set
'Usage
Dim instance As SPField
Dim value As Boolean
value = instance.CalloutMenu
instance.CalloutMenu = value
public bool CalloutMenu { get; set; }
Property value
Type: System.Boolean
true, if the link is shown; false, otherwise.
Remarks
Attempts to set this property are ignored if CalloutMenuAllowed is not set to Allowed.
If CalloutMenuAllowed is set to Prohibited, CalloutMenu is always false. If CalloutMenuAllowed is set to Required, CalloutMenu is always true.