Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / AutoMenu Property


In This Topic
    AutoMenu Property (GeneralEditor)
    In This Topic
    Gets or sets whether the control displays a context menu that provides basic edit operations.
    Syntax
    'Declaration
     
    
    Public Overridable Property AutoMenu As Boolean
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim value As Boolean
     
    instance.AutoMenu = value
     
    value = instance.AutoMenu
    public virtual bool AutoMenu {get; set;}
    See Also