ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonControlHost Class / RibbonControlHost Constructor / RibbonControlHost Constructor(Control)

In This Topic
    RibbonControlHost Constructor(Control)
    In This Topic
    Initializes a new instance of an RibbonControlHost.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal control As System.Windows.Forms.Control _
    )
    public RibbonControlHost( 
       System.Windows.Forms.Control control
    )

    Parameters

    control
    See Also