Ribbon for WinForms | ComponentOne
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 Control
    public 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