Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / ControlHostFromXmlNodeEventArgs Class / ControlHost Property

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