Spread for ASP.NET 12 Product Documentation
EnableContextMenu Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : EnableContextMenu Property
Gets or sets a value that indicates whether to enable the context menu.
Syntax
'Declaration
 
Public Property EnableContextMenu As Boolean
'Usage
 
Dim instance As FpSpread
Dim value As Boolean
 
instance.EnableContextMenu = value
 
value = instance.EnableContextMenu
public bool EnableContextMenu {get; set;}

Property Value

true if [enable context menu]; otherwise, false.
See Also

Reference

FpSpread Class
FpSpread Members