NevronOpenVision
Inheritance Hierarchy
In This Topic
Nevron.Nov.Windows.Wpf Namespace
In This Topic
Classes
 ClassDescription
Class 
ClassThe 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); } } }
ClassA System.Windows.Controls.ContentControl which can host a Nevron Open Vision NChildWindow.
ClassA WPF control that contains a NOV widget of a certain type.
ClassXAML serializer for NOV properties.
ClassA Windows Forms control that contains a NOV widget of a certain type.
See Also