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.
| | Name | Description | |
| | AssemblyLocation | Specifies the fully qualified path of the assembly/file to load. | |
| | AssemblyName | Specifies the assembly name of the type, to be created ( requires AssemblyLocation ). | |
| | AssemblyQualifiedName | Specifies the assembly-qualified name of the type, to be created. | |
| | BackgroundColor | Specifies the hosting's background color. | |
| | Create | Creates/Loads the assembly giving fully qualified path of the assembly/file or/and the assembly/qualified name of the type to be created. | |
| | Destroy | Destroys the control and unloads the assembly. | |
| | Host | Gets the object being hosted. | |
| | HostEvents | Specifies the list of events to be handled through the control's Event event, else all events are handled ( missing or not set ). | |
| | hWnd | Indicates the handle to the window ( HWND )that hosts the assembly. | |
| | IsCreated | Specifies if the assembly is loaded and the control created. | |
| | Version | Indicates the version of the NETHost control. | |