InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / ControlHostElement Class / ControlHostElement Constructor / ControlHostElement Constructor(Control)
The ControlHostElement.Control that this element is hosting.

In This Topic
    ControlHostElement Constructor(Control)
    In This Topic
    Initializes a new instance of the ControlHostElement with the specified control to host.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal hostedControl As Control _
    )
    public ControlHostElement( 
       Control hostedControl
    )

    Parameters

    hostedControl
    The ControlHostElement.Control that this element is hosting.
    See Also