Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / EnableContextMenu Property
Example


In This Topic
    EnableContextMenu Property
    In This Topic
    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.
    Example
    This example creates menus for the Spread control.
    See Also