ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTimePicker Class / ContextMenuStrip Property

In This Topic
    ContextMenuStrip Property (RibbonTimePicker)
    In This Topic
    Gets or sets the context menu strip associated with the time-picker.
    Syntax
    'Declaration
     
    Public Property ContextMenuStrip As System.Windows.Forms.ContextMenuStrip
    public System.Windows.Forms.ContextMenuStrip ContextMenuStrip {get; set;}
    See Also