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


In This Topic
    ContextMenu Property (DropDownEditor)
    In This Topic
    Gets or sets the context menu.
    Syntax
    'Declaration
     
    
    Public Property ContextMenu As ContextMenu
    'Usage
     
    
    Dim instance As DropDownEditor
    Dim value As ContextMenu
     
    instance.ContextMenu = value
     
    value = instance.ContextMenu
    public ContextMenu ContextMenu {get; set;}

    Property Value

    A ContextMenu instance.
    See Also