ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonAppMenuTab Class / Control Property

In This Topic
    Control Property (RibbonAppMenuTab)
    In This Topic
    Gets or sets the control that this RibbonAppMenuTab is hosting.
    Syntax
    'Declaration
     
    Public Property Control As System.Windows.Forms.Control
    public System.Windows.Forms.Control Control {get; set;}
    See Also