constants NETHostType
The NETHostType type specifies the type of the control that the control hosts. The IsCreated / Create method returns a NETHostType expression that can be one of the following:

NameValueDescription
NETHostType_exNETHostNothing0 The component hosts nothing.
NETHostType_exNETHostControl1 The component hosts an object of System.Windows.Forms.Control type.
NETHostType_exNETHostObject2 The component hosts a general object.