ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / NumericEditCalculator Class / ContextMenuStrip Property

In This Topic
    ContextMenuStrip Property
    In This Topic
    Gets or sets the System.Windows.Forms.ContextMenuStrip associated with this control.
    Syntax
    'Declaration
     
    
    Public Overrides Property ContextMenuStrip As ContextMenuStrip
    public override ContextMenuStrip ContextMenuStrip {get; set;}

    Property Value

    The System.Windows.Forms.ContextMenuStrip for this control, or a null reference (Nothing in Visual Basic) if there is no System.Windows.Forms.ContextMenuStrip. The default is a null reference (Nothing in Visual Basic).
    See Also