Class | Description | |
---|---|---|
![]() | NHostWinFormLoadAssemblyType | Dummy type used to explicitly load the Nevron.Nov.Host.WinForm assembly |
![]() | NNovApplicationInstaller | The 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()); } } |
![]() | NNovChildWindowHost | A System.Windows.Forms.Control which can contain a NOV NChildWindow. |
![]() | NNovControlHost<T> | A System.Windows.Forms.Control that contains a NOV widget of a certain type. |
![]() | NNovControlHostDesigner | A WinForms NOV contol host designer. |
![]() | NNovVerbEditor | An editor for NOV verbs. |
![]() | NNovWidgetEditor | Shows a NOV widget editor. |
![]() | NNovWidgetHost<T> | A System.Windows.Forms.Control that contains a NOV widget of a certain type. |