Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonFontComboBox Class / ContextMenuStrip Property

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