Class | Description | |
---|---|---|
![]() | NHostWpfLoadAssemblyType | |
![]() | NNovApplicationInstaller | The WPF Application installer. Make sure to call its Install() method in your WPF application Main() function prior to using Nevron Open Vision Products. For example: static class Program { [STAThread] static void Main() { // install Nevron Open Vision for WPF NWPFApplicationInstaller.Install(); // show the main form try { Application app = new Application(); app.Run(new Nevron.Examples.Wpf.NMainWindow()); } catch (Exception ex) { System.Diagnostics.NDebug.Assert(false, ex.Message, ex.StackTrace); } } } |
![]() | NNovChildWindowHost | A System.Windows.Controls.ContentControl which can host a Nevron Open Vision NChildWindow. |
![]() | NNovControlHost<T> | A WPF control that contains a NOV widget of a certain type. |
![]() | NNovPropertyValueSerializer | XAML serializer for NOV properties. |
![]() | NNovWidgetHost<T> | A Windows Forms control that contains a NOV widget of a certain type. |