Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownEditor Class / ContextMenuStrip Property


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

    Property Value

    A ContextMenuStrip instance.
    See Also