NAVHostCtrl object
The Exontrol's NAVHost/NET assembly is a Control-AddIn for Microsoft Dynamics NAV that allows you to use any UI element of the /NET Framework on any page. For instance, 'Height=32; AssemblyQualifiedName = "System.Windows.Forms.TrackBar, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"; Host.Template = "Value = 5"' adds a track-bar to your NAV form.

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.
TemplateExecutes x-script code.
VersionIndicates the version of the NAVHost control.