Ribbon for WinForms | ComponentOne
C1.Win.Ribbon 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 ContextMenuStrip
    public ContextMenuStrip ContextMenuStrip {get; set;}
    See Also