Input for WinForms | ComponentOne
C1.Framework Namespace / HostedElement Class / HostedElement Constructor

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

    Parameters

    host
    See Also