Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / ContextMenuStrip Property

In This Topic
    ContextMenuStrip Property (C1Editor)
    In This Topic
    Overrides the System.Windows.Forms.Control.ContextMenuStrip property.
    Syntax
    'Declaration
     
    Public Overrides Property ContextMenuStrip As System.Windows.Forms.ContextMenuStrip
    public override System.Windows.Forms.ContextMenuStrip ContextMenuStrip {get; set;}
    See Also