ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / NumericEditCalculator Class / ContextMenuStrip Property

In This Topic
    ContextMenuStrip Property
    In This Topic
    Gets or sets the shortcut menu associated with the control.
    Syntax
    'Declaration
     
    Public Overrides Property ContextMenuStrip As ContextMenuStrip
    public override ContextMenuStrip ContextMenuStrip {get; set;}
    See Also