共用方式為


SPField.CalloutMenuAllowed property

取得或設定是否顯示 [註標] 功能表中的欄位中允許,禁止,指示或是選擇性的CalloutMenu屬性所決定。

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

Syntax

'宣告
Public Property CalloutMenuAllowed As SPField.ListItemMenuState
    Get
    Set
'用途
Dim instance As SPField
Dim value As SPField.ListItemMenuState

value = instance.CalloutMenuAllowed

instance.CalloutMenuAllowed = value
public SPField.ListItemMenuState CalloutMenuAllowed { get; set; }

Property value

Type: Microsoft.SharePoint.SPField.ListItemMenuState
相對值的圖說文字功能表的可見性各種可能性。預設值為Allowed

備註

外部清單或資料行時,此屬性一定是Allowed

請參閱

參照

SPField class

SPField members

Microsoft.SharePoint namespace