InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / ControlHostFromXmlNodeEventArgs Class / ControlHost Property

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