ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / ContextMenuStrip Property

In This Topic
    ContextMenuStrip Property (C1Combo)
    In This Topic
    Gets or sets the ContextMenuStrip associated with this control.
    Syntax
    'Declaration
     
    
    Public Overridable Property ContextMenuStrip As ContextMenuStrip
    public virtual ContextMenuStrip ContextMenuStrip {get; set;}
    See Also