Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownEditor Class / ShowContextMenu Property


In This Topic
    ShowContextMenu Property (DropDownEditor)
    In This Topic
    Gets or sets a value that indicates whether to show the context menu.
    Syntax
    'Declaration
     
    
    Public Property ShowContextMenu As Boolean
    'Usage
     
    
    Dim instance As DropDownEditor
    Dim value As Boolean
     
    instance.ShowContextMenu = value
     
    value = instance.ShowContextMenu
    public bool ShowContextMenu {get; set;}

    Property Value

    A bool value, true to show the context menu; otherwise, false.
    The default is true.
    See Also