NETHostCtrl object
The Exontrol's NETHost control allows you to use/display any object or Windows Form User Control from /NET framework on your /COM projects / windows / forms / dialogs. The Exontrol's NETHost takes the fully qualified path of the assembly/file or/and the assembly/qualified name of the type, and shows it to your window / form / dialog. For instance, if NETHost.AssemblyQualifiedName property is set to "System.Windows.Forms.MonthCalendar, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" it shows the /NET MonthCalendar component on your window / form / dialog.

NameDescription
AssemblyLocationSpecifies the fully qualified path of the assembly/file to load.
AssemblyNameSpecifies the assembly name of the type, to be created ( requires AssemblyLocation ).
AssemblyQualifiedNameSpecifies the assembly-qualified name of the type, to be created.
BackgroundColorSpecifies the hosting's background color.
CreateCreates/Loads the assembly giving fully qualified path of the assembly/file or/and the assembly/qualified name of the type to be created.
DestroyDestroys the control and unloads the assembly.
HostGets the object being hosted.
HostEventsSpecifies the list of events to be handled through the control's Event event, else all events are handled ( missing or not set ).
hWndIndicates the handle to the window ( HWND )that hosts the assembly.
IsCreatedSpecifies if the assembly is loaded and the control created.
VersionIndicates the version of the NETHost control.