Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonControlHost Class / RibbonControlHost Constructor / RibbonControlHost Constructor(Control)
the Control which will be placed in this ribbon component.

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

    Parameters

    control
    the Control which will be placed in this ribbon component.
    Remarks
    If this RibbonControlHost is used in a drop down form, then the Control must implement System.ICloneable interface to support QAT and the IGalleryItemsPanel interface to implement the scrolling behavior.
    See Also