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

NameValueDescription
NAVHostType_exNAVHostNothing0 The component hosts nothing.
NAVHostType_exNAVHostControl1 The component hosts an object of System.Windows.Forms.Control type.
NAVHostType_exNAVHostObject2 The component hosts a general object.