FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / RibbonControlHost Class / Control Property

In This Topic
    Control Property (RibbonControlHost)
    In This Topic
    Gets or sets the control that this RibbonControlHost is hosting.
    Syntax
    'Declaration
     
    Public ReadOnly Property Control As System.Windows.Forms.Control
    public System.Windows.Forms.Control Control {get;}
    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