FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / RibbonComboBox Class / ContextMenuStrip Property

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