Nevron Open Vision Documentation
Inheritance Hierarchy
In This Topic
    Nevron.Nov.Windows.Forms Namespace
    In This Topic
    Classes
     ClassDescription
    ClassDummy type used to explicitly load the Nevron.Nov.Host.WinForm assembly
    ClassThe Windows Forms Application installer. Make sure to call its Install() method in your Windows Forms application Main() function prior to using Nevron Open Vision Products. For example: static class Program { [STAThread] static void Main() { NNovApplicationInstaller.Install(); Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Form1()); } }
    ClassA System.Windows.Forms.Control which can contain a NOV NChildWindow.
    ClassA System.Windows.Forms.Control that contains a NOV widget of a certain type.
    ClassA WinForms NOV contol host designer.
    ClassAn editor for NOV verbs.
    ClassShows a NOV widget editor.
    ClassA System.Windows.Forms.Control that contains a NOV widget of a certain type.
    See Also