'Declaration
Public Function New( _ ByVal hostElement As HostElement _ )
'Usage
Dim hostElement As HostElement Dim instance As New HostElement(hostElement)
public HostElement( HostElement hostElement )
public: HostElement( HostElement^ hostElement )
Parameters
- hostElement
- Host element to be copied from.