property NAVHostCtrl.IsCreated as NAVHostType
Specifies if the assembly is loaded and the control created.

TypeDescription
NAVHostType A NAVHostType expression that specifies the type of object being hosted which can be one of the following: 
  • 0/NAVHostType_exNAVHostNothing,  The NAVHost control hosts nothing.
  • 1/NAVHostType_exNAVHostControl,  The NAVHost component hosts an object of System.Windows.Forms.Control type.
  • 2/NAVHostType_exNAVHostObject,  The NAVHost component hosts a general object.
By default, the IsCreated property is NAVHostType_exNAVHostNothing, which indicates that the NAVHost control hosts nothing. The IsCreated property specifies the type of the object the NAVHost control hosts. The Create(assemblyLocation, assemblyName) method loads the specified file, and creates the giving type. The Create method returns the same value as IsCreated property. The Destroy method unloads the hosting control. 

There are three ways of loading/creating a manifest/component/assembly as listed:

If succeeded, ( the assembly is loaded and the object is created ), the 

The Host property returns the object being hosted by the NAVHost control.

If fails, the