ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / ControlHostFromXmlNodeEventArgs Class / ControlHost Property

In This Topic
    ControlHost Property
    In This Topic
    Gets or sets the created RibbonControlHost.
    Syntax
    'Declaration
     
    Public Property ControlHost As RibbonControlHost
    public RibbonControlHost ControlHost {get; set;}
    See Also