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

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