Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Schedule Class / ContextMenuStrip Property

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