| Class | Description |
| NAccordion | A widget in which descendants of NExpandableSection can register. Of all the sections that are registered in the Accordion, only a single one can be selected at a time. |
| NAccordionFlexBoxPanel | A flex box panel that automatically updates the Grow and Shrink flex box extended properties of the expanded accordion expandable section. Set an instance of this class to the Content property of the accordion if you want the expanded section to fill the whole available area. |
| NActionListSplitButton | A split button, that that is typically used to perform undo/redo commands. You will typically assign a NActionListSplitButtonCommandSource to this type of split button. |
| NActionListSplitButtonCommandSource | A command source that can be applied to NActionListSplitButton widgets. |
| NActionListSplitButtonDoActionsEventArgs | Raised as arguments of NActionListSplitButton.DoActions event. The consumer must execute the number of actions that were selected by the user. |
| NActionListSplitButtonListBox | Represents the list box of an NActionListSplitButton. |
| NActionListSplitButtonQueryActionsEventArgs | Raised as arguments of NActionListSplitButton.QueryActions event. The consumer must populate a list of widgets, that represent the sequencial actions that need to be performed. |
| NAdvancedColorPicker | A color picker that aggregates Palette, Standard, Named and Custom color pickers. |
| NAdvancedGradientBox | Represents a control for interactive editing of advanced gradient point positions. |
| NAdvancedGradientVariantPicker | A picker for advanced gradient variant. |
| NAdvancedGradientVariantPickerCell | A cell of the NAdvancedGradientVariantPicker. |
| NApplicationMenu | Represents the application menu of a ribbon. |
| NApplicationMenuFooterPanel | The wrap flow panel use in the footer of an application menu popup window. |
| NApplicationMenuPopupWindow | The popup window shown when the application menu is clicked. |
| NAutoCompleteBox | An UI element, which hosts a text box and provides auto complete functionality for it. |
| NBeginPrintEventArgs | Provides data for the BeginPrint event. |
| NBorder | An attribute, which defines the appearance of a border wall. |
| NBorder.NAdvancedBorderDesigner | A designer for borders, which lets the user edit all border properties and parts. |
| NBorder.NSimpleBorderDesigner | A designer for borders, which lets the user quickly edit the most commonly used border properties. |
| NBorderAndThickness | A class that holds a border and a border thickness. |
| NBorderAndThickness.NBorderAndThicknessDesigner | Designer for border and thickness. |
| NBorderAndThicknessPreview | A widget that shows previews of borders and their thickness. |
| NBorderCorner | Represents a border corner that displays a border corner brick. Each border corner can be drawn with different inner and outer strokes and filling. |
| NBorderCorner.NBorderCornerDesigner | Designer for border corners. |
| NBorderPart | Represents a border part and serves as base class for border sides and corners. |
| NBorderPreview | A widget that shows a preview of a NBorder object |
| NBorderSide | Represents a border side (e.g. left, top, right or bottom) that displays a border side brick. Each border side can be drawn with different inner and outer strokes and filling. |
| NBorderSide.NBorderSideDesigner | Designer for border sides. |
| NBorderSplitButton | A style split button, which is used to edit a border and its thickness. |
| NBorderStylePicker | A picker for selecting a predefined border style. |
| NBorderStylePickerCell | A cell of the NBorderStylePicker. |
| NBorderWall | Represents a border wall, defined as a list of bricks. A border wall is similar to a path figure (e.g. can be opened or closed) and defines two outlines - inner and outer. The wall is constructed from side and corner bricks that a NBorder attribute can paint. |
| NBoundsEditWidget | A widget for editing a rectangular bounds. |
| NBoxElement | An input element that adds core support for the box-model. Box elements participates in the document measure and layout system. Serves as base class for Windows and Widgets. |
| NBoxElement.NBoxElementDesigner | Represents a designer for box elements. |
| NBoxUIPartSkinner | A class that makes a border and a background rule declarations for a specific UI part skin. An instance of this class can be obtained by the GetBoxUIPartSkinner methods of an NUITheme. |
| NButton | Represents a push button, which can alter the window result of the window in which it resides. |
| NButtonBase | Serves as base class for all buttons. It is a content holder widget, which raises a Click event when it is pressed or released. |
| NButtonBase.NButtonBaseDesigner | Base designer of buttons. |
| NButtonBaseCommandSource | A command source that can be applied to all types of buttons that derive from NButtonBase. It subsrcibes for the NButtonBase.Click event to execute the command with empty parameter. |
| NButtonStrip | Represents a content holder that can be initialized to contain predefined configurations of buttons as well as custom buttons. |
| NButtonUpdateImageCommandSource | A command source that can be applied to all types of buttons that derive from NToggleButton. It subsrcibes for the NButtonBase.Click event to execute the action and also updates the Checked state of the owner toggle button. |
| NCalendar | Represents a calendar control that allows the user to visually select a date. |
| NCalendarArrowButton | Represents the prev view range or next view range button of a calendar header. |
| NCalendarHeader | Represents a calendar header that is a strip of three buttons - prev page, title and next page buttons. |
| NCalendarPicker | A table picker, that serves as base class for the pickers of a calendar. |
| NCalendarPickerCell | A cell from a NCalendarPicker. |
| NCalendarTitleButton | Represents the title button of a calendar header. |
| NCanvas | A widget, which raises pre and post paint events, that the user can intercept to perform arbitrary custom painting with a NPaintVisitor. |
| NCanvasPaintEventArgs | The event arguments associated with paint events raised by canvas elements |
| NCaret | Represent a text box or rich text caret. |
| NCheckableMenuDropDownCommandSource | Command source for checkable menu drop downs. |
| NCheckableMenuItem | A menu item that can be checked. |
| NCheckableMenuItemCommandSource | A command source that can be applied to NCheckableMenuItem instances. It subsrcibes for the NMenuItem.Click event to execute the action and also updates the Checked state of the owner checkable menu item. |
| NCheckBox | A symbol toggle button, which represents a check box. |
| NCheckedComboBox | Represents a combo box that contains check boxes. Use the AddCheckBoxItem method to add check boxes to the combo box. |
| NChildWindow | A window, that can be hosted as a child of a native widget. The native widget that can host a child window is platform specific, but is by convention called "NXXXChildWindowHost", where XXX is a presentation layer abbreviation. Child Windows are used when you want to embed Nevron Open Vision content in the native widgets hierachy of a specific presentation layer. |
| NClipboard | Manages the clipboard operations inside Nevron Open Vision. |
| NCollapsedStateDropDown | A menu drop down for the collapsed state of a ribbon group. |
| NColorBar | Base class for all color bars. |
| NColorBox | A drop down edit that displays a drop down color picker for selecting a color from a palette. |
| NColorBoxBase | Base class for all drop down edits that display a drop down color picker for selecting a color from a palette. |
| NColorDialog | Represents a dialog that hosts an advanced color picker. |
| NColorPalette | Represents a color palette. |
| NColorSkin | Contains the colors needed for the skinning of an UI part. |
| NColorSkinState | A class that contains styling information for a state of a color skin. |
| NComboBox | Represents a widget, which displays a drop down list of items to choose from. |
| NComboBoxDecimalCommandSource | A combo box command source, which accepts only integer and decimal values as text (with fixed precision), for example the command source of a font size combo box. |
| NComboBoxIntegerCommandSource | A combo box command source, which accepts only integer values as text, for example the command source of a font size combo box. |
| NComboBoxItem | Represents a combo box item. |
| NComboBoxItemCollection | A collection of combo box items. |
| NComboBoxItemsCommandSource | A command source that can be applied to NComboBox widgets. The combo box items are populated by the source. The parameters list should cointain NKeyValuePairs of string:object. The ActiveParameter should be an itemb from the parameter list object. |
| NComboBoxListBox | Represents the list box of an NComboBox. |
| NComboBoxStringCommandSource | A command source that can be applied to NComboBox widgets. It subsrcibes to the NComboBox.SelectedIndexChanged event to execute the command with a parameter equal to selected combo box index. |
| NComboTextBox | Represents the text box part of a combo box. |
| NCommand | Serves for the classification of command actions that can be executed in response to shortcut key combinations, and provides the alternative visual command sources, with the ability to link themselves to command actions. |
| NCommandAction | Serves as base class for all command actions that can be executed in a reaction to keyboard gestures and command source events. |
| NCommandBar | Represents a command bar, that consists of a gripper, collection of items and a pendant. |
| NCommandBarBuilder | Provides facility methods for creating widgets that are bound to commands and reside in command bars. |
| NCommandBarCollection | A collection of command bars. |
| NCommandBarDock | A collection of command bar lanes, that represents a command bar docking area. |
| NCommandBarFloater | An top-level window that is created to host floating command bars. |
| NCommandBarFloaterCollection | A collection of command bar floater windows. Exposed by the Floater property of each NCommandBarManager. |
| NCommandBarFloaterOptionsButton | Represents the options button of a command bar floater. |
| NCommandBarGripper | A symbol box, which serves as command bar gripper. When the user drags the gripper inside the command bar dock the command bar is repositioned inside the dock. When the user drags the gripper away from the command bar dock the command bar is floated. |
| NCommandBarItemCollection | A collection of command bar items that belongs to a command bar. |
| NCommandBarLane | A collection of command bars, which represents a horizontal or vertical command bar lane. |
| NCommandBarLanePosition | Represents the desired position of a command bar, inside a command bar lane. It pairs a length offset and a stamp, which is automatically provided by the command bar lane. A valid instance of this class can be obtained from the NCommandBarLane.CreatePosition method. |
| NCommandBarManager | A content holder widget, the content of which is surrounded by four command bar docks (left, right, top and bottom). The top and bottom docks are by default oriented horizontally, while the left and right docks are by default oriented vertically. A command bar manager allows for the command bars, owned by it to be floated and closed. |
| NCommandBarPendant | Represents the pendant of a command bar, that shows a dynamically constructed menu, that displays the currently hidden items, as well as a menu that allows for selecting the items that are shown in the command bar lane. |
| NCommandBarSeparator | A widget, that represents a separator in a command bar. |
| NCommandBarUIBuilder | Creates a command bar based UI. |
| NCommandBuilder | Base class for all builders that create UI elements and associate them with commands. |
| NCommandBuilderCollection<T> | A collection of NCommandBuilder instances. |
| NCommander | Represents a collection of command actions, that input elements can use to manage the command handling on their behalf. |
| NCommandEventArgs | Serves as base class for all events associated with commands |
| NCommandingItemCollection<TLayout> | Base class for commanding item collections like the NCommandBarItemCollection and the NRibbonGroupItemCollection. |
| NCommandSource | An extended attribute that is applied to elements that must be considered as command sources. A command source, is typically a widget that is used to invoke a command action upon a command target. The command target is dynamically provided by the command source ancestors chain. |
| NCommandSourceEventArgs | Serves as base class for all events associated with commands, that are raised by command sources. |
| NCommandUIBuilder | Base class for all command UI builders. |
| NCommandUIHolder | A content holder, which hosts a command target with its commanding UI. |
| NCommandWidgetFactory | Base class for command widget factories used by the ribbon search box and quick access toolbar. |
| NCommonDialog | Used as a base class for all classes that represent platform-provided common dialog boxes, such as NOpenFileDialog, NSaveFileDialog and NPrintDialog. |
| NCommonDialogResult<T> | An abstract base class for dialog results. |
| NCompositeTool | A tool, which is composited of other tools. |
| NCompositeWidget<T> | Represents a widget, which is composed from other elements of certain type. |
| NContentHolder | A widget, which contains a single other widget that is placed inside its content area. The content holder by default measures to fit the contained element. |
| NContentPopupHost | A popup window host, the popup window content of which is static and is not recreated when the popup is opened or closed. Serves as base class for NMenuPopupHost. |
| NContextMenu | Represents an attribute that is typically associated with widgets that can display context menus or popups for the elements they contain. |
| NContextMenuBuilder | Represents a command builder that facilitates the creation of context menus. |
| NContextMenuPopupWindow | A popup window that hosts a mini toolbar and/or a context menu. |
| NContinuousMediaDocument<TContent> | Represents a continious media document, which facilitates the image export of NVisual elements. |
| NContinuousMediaExportDialog<TContent> | Represents a continuos media export dialog. |
| NContinuousMediaExporter<TContent> | Base class for exporters, which can export a document to a continuous media, such as a raster or vector image. |
| NCursor | Represents a cursor |
| NCursor.NCursorDesigner | Designer for cursors. |
| NDataFormat | Represents a data format. |
| NDataObject | Represents a data object in the Nevron Open Vision data exchange mechanizms (i.e. drag and drop and clipboard). |
| NDateTimeBox | A drop down edit that lets you select a date and/or time from a drop down calendar or some other widget. |
| NDateTimeTextBox | Represents the text box part of a date/time box. |
| NDayOfWeekHeader | The header that the calendar control places on top of the day of week columns. |
| NDayPicker | A calendar picker that selects from one of the days in a given month. |
| NDayPickerCell | A cell from a day picker, that represents a day from the currently viewed month of a specific year. |
| NDesktop | Represents the Desktop of a specific operating system or integration environment. An instance of this class can be obtained from the NApplication.Desktop property. The Desktop is the root element of the windows-widgets hierarchy and contains the root level windows of the application. |
| NDesktopDocument | Represents the document that contains the Desktop element |
| NDirectedLayoutPanel<TLayout> | A layout panel, that serves as base class for layout panels that aggregate directed box layouts |
| NDockPanel | A layout panel, which integrates the NDockLayout in the context of the Nevron User Interface. |
| NDocumentBox | A widget, which contains a document. |
| NDocumentBoxSurface | Represents a content holder widget that is placed inside the document, hosted by a document box. |
| NDocumentBoxSurfaceDocument | Represents the document contained inside a document box. |
| NDocumentLoadEventArgs | Event arguments for document loaded events. |
| NDocumentMediaExportDialog<TContent> | Base class for all document export dialogs. |
| NDocumentSaveEventArgs | Event arguments for document saved events. |
| NDocumentView<TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings> | A viewport that hosts a document of a certain type and provides facility methods for loading and saving this document into different medias. |
| NDocumentViewCommandAction<TDocumentView,TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings> | Base class for all document view command actions |
| NDocumentViewMessage | Represents a document view message. |
| NDocumentViewTask<TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings,TPromiseResult> | Serves as basse class for all async tasks executed upon a NDocumentView |
| NDocumentViewWithCommandBars<TView> | A document view with attached command bars commanding UI. |
| NDocumentViewWithCommanding<TView> | A document view with attached commanding UI. |
| NDocumentViewWithRibbon<TView> | A document view with attached ribbon commanding UI. |
| NDragActionEventArgs | The event arguments associated with NDragDrop.DragOverEvent and NDragDrop.DragDropEvent events (i.e. when a data object is moved over or dropped on a drag drop target). |
| NDragDrop | Manages the drag and drop operations inside Nevron Open Vision. Also serves as dispatcher of native window peers drag and drop events to the Nevron DOM. |
| NDragDropSource | Represents the source of data in a Drag-And-Drop operation, when the Drag-And-Drop is iniated by NOV. |
| NDragDropSourceEventArgs | Represents the event arguments dispatched by NDragDropSource events. |
| NDragEndedEventArgs | The data associated with the end of drag and drop |
| NDragEventArgs | Serves as base class for NDragOverChangeEventArgs and NDragOverEventArgs |
| NDragEventData | The NDragEventData class provides information about drag-drop events |
| NDragOverChangeEventArgs | The event arguments associated with NDragDrop.DragEnterEvent, NDragDrop.DragInEvent, NDragDrop.DragOutEvent and NDragDrop.DragLeaveEvent events. |
| NDragTool | A tool, which serves as base class for all tools, which perform some drag operations. |
| NDropDownButton | A content popup host, which also has a symbol (typically a down arrow). |
| NDropDownEdit | A popup window host, that serves for base class for drop down widgets. Drop down edits consist of an item slot and a drop down button located at the right or at the bottom side, that toggles a popup window. The popup window is usually dynamically populated with relevant information that assists the field editing. |
| NDropDownEditDropDownButton | Represents the drop down button of a drop down edit |
| NElementMediaExportDialog<TContent> | Base class for all element export dialogs. |
| NElementMediaExporter<TContent> | Base class for exporters, which export documents to different medias such as raster image, vector image (SVG), print, PDF, etc. |
| NEllipseSymbolShape | Represents a rectangle symbol shape. |
| NEmptySkinState | Represents an empty skin state. |
| NEndActionEventArgs | Event args that are commply used in abortable actions |
| NEndPrintEventArgs | Provides data for the EndPrint event. |
| NEnumWidgetFactory<TEnum> | Enum widget factory. |
| NErrorDialog | A task dialog that shows information for an exception with option to save it to file. |
| NExecuteCommandEventArgs | Event arguments associdated with the NCommand.Execute event. |
| NExpandableContentHolder<THeader> | Represents an expandable content holder |
| NExpandableSection | Represents an expandable section |
| NExpandableSectionHeader | Represents a symbol button, which when clicked toggles the expanded section of the |
| NExportMediaDocument<TContent> | Serves as base class for media documents that export certain elements to print, pdf and image medias. |
| NFileDialog | Used as a base class for classes that represent platform-provided file dialogs. |
| NFileDialogFileType | Represents a pair between a file extension description and the associated file extensions. |
| NFileSelector | Represents a widget that allows the user to type or pick a file using the built in file open dialog. |
| NFillableSymbolShape | Represents a shape of a symbol. Serves as base class for rectangle, ellipse and path symbol shapes. |
| NFilledPickerCell | Serves as base class for table picker cells that fill the content area with some filling. |
| NFillSplitButton | A style split button, which is used to select a fill style. |
| NFlexBoxPanel | A layout panel that arranges widgets like the CSS Flexbox layout. Use the Nevron.Nov.Layout.NFlexBoxLayout.SetGrow and Nevron.Nov.Layout.NFlexBoxLayout.SetShrink static methods to set the Grow and Shrink extended properties of the widgets. |
| NFlowLayoutPanelBase<T> | A layout panel, that serves as base class for layout panels exposing flow layouts. |
| NFocusChangeEventArgs | Event arguments, dispatched as notifications for Keyboard Focus changes. |
| NFocusDecorator | The focus decorator is used to display a decoration over the currently focused widget. It serves as base class for all focus decorators. |
| NFocusDecorator.NFocusDecoratorDesigner | Designer for focus decorators. |
| NFocusFrameDecorator | A focus decorator that renders a stroked frame at the padding area of the ui element. |
| NFontNameComboBox | A combo box that contains the available regular font names. |
| NFontNameThumbnailComboBox | Repsents a font name combo box that shows a thumbnail of the font. |
| NFontThumbnailImage | Represents a font thumbnail image. |
| NFourColorsBorderCorner | Represents a border corner that is filled with four colors. |
| NFourColorsBorderCorner.NFourColorsBorderCornerDesigner | Designer for four colors border corners. |
| NGradientBar | Represents a control for interactive editing of gradient stop positions. |
| NGradientVariantPicker | A variant picker for two color gradients. |
| NGradientVariantPickerCell | Represents a single cell of the NGradientVariantPicker. |
| NGroupBox | Represents a group box, which consists of an arbitrary Header and Content widgets. |
| NGroupBoxHeader | Represents a holder for the group box header content. |
| NHatchStylePicker | A picker for an ENHatchStyle. |
| NHatchStylePickerCell | A cell from a NHatchStylePicker |
| NHeaderedContentElement<THeader> | Represents an element that has a header and content. |
| NHexagonColorPicker | A color picker that lets the user select a color from a honeycomb of hexagon cells. |
| NHRangeScrollBar | A horizontally oriented scroll bar for selecting a range. |
| NHsbColorPicker | A color picker, which consists of a Saturation-Brightness color box and a hue bar. |
| NHsbWheelColorPicker | A color picker, which consists of a Saturation-Brightness triangle and a hue color wheel. |
| NHScrollBar | Represents a horizontal scrollbar. |
| NHueColorBar | Represents a color bar for selecting hue value. |
| NImageBox | A widget, which renders and sizes to an image. The image is controlled by the Image property. |
| NImageBoxBase | Base class for all image boxes. |
| NImageSkin | Represents an image list for an image based theme. |
| NImageSkinState | Represents a state from an image skin. |
| NInnerAdorners | Serves as base class for widgets that arrange side and corner adorner widgets. |
| NInputCharEventArgs | The event arguments associated with NKeyboard.InputCharEvent event |
| NInputCharEventData | The NCharEventData class, provides information about an input char event |
| NInputElement | A visual element that serves as base class for elements that can receive and process user input. |
| NInputElement.NInputElementDesigner | A designer for an input element. |
| NInputTargetChainEvent | Serves as base event arguments for UI events dispatched allong input target chains. |
| NInteractor | Represents a collection of tools that input targets can use to manage the user interaction on their behalf. |
| NItemsStack<TItem> | Represets an optimized stack of widgets, that serves as base for list box, tree view, and accordion items collections. |
| NKeyboard | Manages the keyboard focus and operations related with the keyboard inside Nevron Open Vision. Also serves as dispatcher of native window peers keyboard events to the Nevron DOM. |
| NKeyEventArgs | The event arguments associated with NKeyboard.KeyDownEvent and NKeyboard.KeyUpEvent events (i.e. when a keyboard key is pressed or released). |
| NKeyEventData | The NKeyEventData class, provides information about KeyUp and KeyDown events |
| NLabel | A widget that renders a text string. The text is controlled by the Text property. |
| NLabel.NLabelDesigner | Default designer for labels. |
| NLabelCommandSource | A command source that can be applied to labels. The text of the label is updated from the command active parameter. |
| NLayoutPanel<TLayout,TChildren> | A panel, that serves as base class for panels that integrate NOV Box Layouts, in the context of the NOV UI. |
| NLineSymbolShape | Represents a line symbol shape. |
| NLinkLabel | A label that displays a hyperlink and opens it in the user's default web browser when clicked. |
| NLinkLabel.NLinkLabelDesigner | Designer for link labels. |
| NListBox | A widget that contains a list of selectable items. |
| NListBox.NListBoxDesigner | The designer for list boxes. |
| NListBoxItem | Represents a list box item. |
| NListBoxItemCollection | A collection of list box items. |
| NListBoxSelection | Represents the selection of a list box. |
| NLuminanceColorBar | Represents a bar for setting the luminance of a color. |
| NMacElCapitanTheme | An UI theme, which mimics the Mac OS X 10.11 El Capitan theme. |
| NMacLionTheme | An UI theme which emulates the Mac OS X 10.7 Lion theme. |
| NMaskedEnumEditorCommandSource | A command source that can be applied to masked enum editors - masked enum panels and masked enum drop downs. The checked checked boxes are updated from the command active parameter. |
| NMaskedTextBox | A text box that uses a mask to distinguish between proper and improper user input. |
| NMaskInputRejectedEventArgs | Masked text box reject args. |
| NMeasureUpDown | Represents a text box with a spinner to select a numeric value and a combo box to select the value's measurement unit. |
| NMeasureUpDownCommandSource | A command source that can be applied to measure up downs. |
| NMenu | A widget that represents a vertically oriented menu. |
| NMenuBar | A command bar, the items of which are typically menu drop downs. |
| NMenuDropDown | A menu popup host, whose automatic popup position is located below the element. It doesn't have a drop down symbol if placed in a menu bar, but has a drop down symbol if placed in a command bar (toolbar). |
| NMenuDropDownBuilder | Creates a menu drop down. |
| NMenuItem | A menu popup host, that represents an item from a menu. Each menu item represents a row of header, content and symbol elements, that are aligned by the menu item collection in which it resides. |
| NMenuItemCollection | A vertical stack of widgets, that aligns the columns of the menu items contained in it. Although a menu item collection is designed to primary hold menu items, it can virtually hold any widget(s), thus enabling users to alter the default layout of the menu items and to place arbitrary widgets in menus. |
| NMenuItemCommandSource | A command source that can be applied to NMenuItem instances. It subsrcibes for the NMenuItem.Click event to execute the command with empty parameter. |
| NMenuPopupHost | A popup window host, the popup window of which contains an NMenu. The popup content of a menu popup host (e.g the menu) is static and is not recreated when the popup is opened (i.e. allows the users to populate the menu before showing it. Serves as base class for menu drop downs and menu items. |
| NMenuSeparator | A widget, that represents a separator in a menu. |
| NMenuSplitButton | A split button, which pop ups a menu. |
| NMenuSplitButtonCommandSource | A command source that can be applied to NMenuSplitButton instances. Besides to the SelectedIndexChanged and menu item click it also uses the NMenuSplitButton.Click event to execute the command with the index of the currently selected menu item. |
| NMenuSplitButtonTagCommandSource | A command source that can be applied to NMenuSplitButton instances. It executes the command with the value assigned to the Tag property of the currently selected menu item. |
| NMessageBox | Represents a modal dialog window that shows a message to the user and lets him click a button in response to the message. |
| NMonthPicker | A calendar picker that selects from one of the months in the current year. |
| NMonthPickerCell | A cell from a NMonthPicker |
| NMouse | Manages the mouse capture and operations related with the mouse inside Nevron Open Vision. Also serves as dispatcher of native window peers mouse events to the Nevron DOM. |
| NMouseButtonEventArgs | The event arguments associated with NMouse.DownEvent and NMouse.UpEvent events (i.e. when a mouse button is pressed or released). |
| NMouseCaptureChangeEventArgs | The event arguments associated with NMouse.GotCaptureEvent, NMouse.CaptureInEvent, NMouse.CaptureOutEvent and NMouse.LostCaptureEvent events. |
| NMouseEventArgs | Event arguments associated with mouse events |
| NMouseOverChangeEventArgs | The event arguments associated with NMouse.EnterEvent, NMouse.InEvent, NMouse.OutEvent and NMouse.LeaveEvent events. |
| NMouseTargetChangeEventArgs | The data associated with a mouse capture change |
| NMouseWheelEventArgs | The event arguments associated with the NMouse.WheelEvent (i.e. when the mouse wheel is rotated). |
| NMultiLengthUpDown | Represents a text box with a spinner to select a numeric value and a combo box to select the value's measurement unit. |
| NMultiSplitter | A widget that splits its content area into multiple resizable panes, which can be interactively resized with help of thumbs located between them. |
| NNamedColorPicker | A color picker that lets the user select a color from a list of named colors. |
| NNavigationBar | A widget, which mimics the Microsoft Outlook Navigation bar. |
| NNavigationBarOptionsDialog | Represents the NavigationBar options dialog. |
| NNavigationBarPane | Represents a pane from an Outlook bar. |
| NNavigationBarPaneButton | A content holder that serves as base class for NNavigationBarPaneHeader and NNavigationBarPaneIcon |
| NNavigationBarPaneCollection | Represents a collection of outlookbar panes. |
| NNavigationBarPaneContent | Represents the header of an NNavigationBarPane |
| NNavigationBarPaneHeader | Represents the header of an NNavigationBarPane |
| NNavigationBarPaneIcon | Represents the header of an NNavigationBarPane |
| NNavigationBarPendant | Represents the pendant of a navigation bar, that shows a dynamically constructed menu, that displays options to show/hide panes, as well as modify the panes order. |
| NNavigationBarThumb | Represents the thumb of an outlook bar. |
| NNevronDarkTheme | Represents the Nevron Dark theme. |
| NNevronLightTheme | Represents the Nevron Light theme. |
| NNumericUpDown | Represents a text box with a spinner that can be used for selecting numbers in a specified range. |
| NNumericUpDownCommandSource | A command source that can be applied to numeric up downs. |
| NNumericUpDownTextBox | Reprensets the text box part of a numeric up down. |
| NOpenFileDialog | Represents a platform-provided "Open File" dialog. |
| NOpenFileDialogResult | Represents the result for an "Open File" dialog box. |
| NOverlay | A colleciton of visuals, that uses the coordinate system to which it belongs. An overlay is often used for the drawing of previews and other visual aids. |
| NPagedContext | Represents the context passed for paged exports of document content elements that implement the INPagedElement interface. |
| NPagedMediaExportDialog<TContent> | A dialog for exporting document content to paged medias. |
| NPagedMediaExporter<TContent> | Serves as base class for document exporters that export documents to paged medias, such as NPrintMediaExporter and NPdfMediaExporter |
| NPageOrientationCommandSource | A command source, which works with a page orientation drop down button. |
| NPageOrientationDropDown | A drop down edit that lets you select a page orientation |
| NPageSizeCommandSource | A combo box command source, which accepts only integer values as text, for example the command source of a font size combo box. |
| NPageSizeDropDown | A drop down button that lets you select a page size from a list of predefined ones. |
| NPairBox | Represents a pair of two arbitrary widgets, which is a commonly used UI construction. |
| NPaletteColorPicker | A table picker that lets the user pick a color from a palette of colors. |
| NPaletteColorPickerBase | Base class for all table pickers that let the user pick a color from a palette of colors. |
| NPaletteColorPickerCell | A cell from a NPaletteColorPicker. |
| NPanel | A widget, which is a collection other widgets. Serves as base class for all panels. |
| NPathSymbolShape | Represents a rectangle symbol shape. |
| NPdfExportDialog<TContent> | Represents a PDF export dialog |
| NPdfExporter<TContent> | Exports a document to PDF. |
| NPolygonSymbolShape | Represents a rectangle symbol shape. |
| NPolylineSymbolShape | Represents a polyline symbol shape. |
| NPopupWindow | A top-level window that is by default displayed without a title bar and raises a QueryStayOpened event. Because of the temporary nature of a popup window, it is typically contained in a NPopupWindowHost element, that defines its closing conditions and start position. A popup window can however be opened in any node window context, thus enabling context popups and menus for virtually all descendants of a window. |
| NPopupWindowHost | A widget that hosts a popup window. Serves as base class for all types of widgets, that can host popup windows, such as drop down edits, menu drop downs, menu items etc. |
| NPreview | Base class for all widgets that show a preview of a given object. |
| NPreviewBase | Base class for preview widgets and preview widget hosts. Styling and interactivity is disabled in this class. |
| NPreviewHost | This widget defines a hatch background and a border and is used to host a preview widget. |
| NPrintDialog | Represents a platform-provided "Print" dialog. |
| NPrintDialogResult | Represents the dialog result of the Print dialog. |
| NPrintDocument | Defines an object that is used to receive printing-related events and send output to a printer. |
| NPrintExportDialog<TContent> | A dialog for setting print related properties. |
| NPrintExporter<TContent> | Serves as base class for printing documents. |
| NPrintLayout | Represents the settings related to the printing (paged media) layout of a document or a document sheet. |
| NPrintLayout.NPrintLayoutDesigner | Designer for NPrintLayout. |
| NPrintLayoutTilingGridSet | Represents a set paging grids, that need to be printed together. |
| NPrintPageEventArgs | Provides data for the PrintPage event. |
| NProgressBar | A widget, which fills to indicate the progress of an operation. |
| NProgressBarBufferedPart | Represents the buffered part of a progress bar. |
| NProgressBarCompletedPart | Represents the completed (full) part of a progress bar. |
| NProgressBarPart | Represents a progress bar part. |
| NProgressBarRemainingPart | Represents the remaining (empty) part of a progress bar. |
| NProgressWindow | Represents a popup window that shows a progress of an operation to the user. |
| NProgressWindowHeaderLabel | Represents the header label of a progress window. |
| NQueryCommandTargetEventArgs | Event arguments associated with the NCommand.QueryTarget event |
| NQueryDragActionEventArgs | The data associated with query continue drag events |
| NQueryPageSettingsEventArgs | Provides data for the QueryPageSettings event. |
| NRadioButton | A symbol toggle button, which represents a radio button. A radio button is considered grouped, when it is a descendand of a NRadioButtonGroup. For a single NRadioButtonGroup element, only one descendant radio button can be checked at a time. |
| NRadioButtonGroup | A toggle button group for radio buttons. |
| NRangeBase | Serves as base class for widgets displaying a range |
| NRangeScrollBarThumb | Represents a begin or an end thumb of a range scroll bar. |
| NRangeSlider | A slider with two thumbs, which allows for a selection of a range. |
| NRangeSliderThumb | Represents the thumb of a range slider. |
| NRasterImageExporter<TContent> | Exports document content to a raster image such as PNG, JPEG, BMP, etc. |
| NRectangleSymbolShape | Represents a rectangle symbol shape. |
| NRedoCommandAction | A command action that redos a single or multiple history commands |
| NRepeatButton | Represents a button, which repeatingly raises the Click event. The initial delay and repeating clicks time intervals are user specifiable. |
| NRibbon | Represents a ribbon. |
| NRibbonButton | Represents a ribbon button, which is a button that has image and text and resides in a ribbon. It provides support for 3 states: Large, Medium and Small. |
| NRibbonButtonContent | Represents the content of a ribbon button. |
| NRibbonButtonFilter | Filters nodes that implement the INRibbonButton interface. |
| NRibbonButtonNotInQuickAccessToolBarFilter | Filters nodes that implement the INRibbonButton interface and not placed in a ribbon quick access toolbar. |
| NRibbonCollapsiblePanel | A layout panel that arranges ribbon group widgets and can collapse or expand based on the available area. |
| NRibbonContextTabPageGroupBuilder | Base class for contextual ribbon tab page group builders. The tab page groups created by this builder are initially collapsed. |
| NRibbonDropDownButton | Represents a ribbon drop down button that shows a widget in a popup window when clicked. |
| NRibbonGallery | Represents a ribbon gallery. |
| NRibbonGalleryCommandSource | Base class for command sources that can be applied to ribbon galleries. |
| NRibbonGallerySpinner | Represents a ribbon gallery spinner. |
| NRibbonGroup | Represents a ribbon group that consists of a header and a collection of ribbon group items. |
| NRibbonGroupBuilder | Provides facility methods for creating widgets that are bound to commands and reside in ribbon groups. |
| NRibbonGroupCollection | Represents a collection of ribbon groups. |
| NRibbonGroupHeader | Represents the header of a ribbon group. |
| NRibbonGroupItemCollection | A collection of widgets that belongs to a ribbon group. The ribbon group item collection's horizontal and vertical placements are by default set to "Center" and "Top" respectively. |
| NRibbonHelpButton | Represents a ribbon help button that typically resides in the top right content of a ribbon tab. |
| NRibbonHelpers | Contains helper methods for working with ribbons and ribbon widgets. |
| NRibbonLayoutPanel<TLayout> | Base class for all ribbon layout panels. |
| NRibbonMenuDropDown | Represents a ribbon drop down menu. |
| NRibbonQuickAccessButtonItem | Represents a ribbon quick access button item. |
| NRibbonQuickAccessItem | Base class for all ribbon quick access items. |
| NRibbonQuickAccessRepeatButtonItem | Represents a ribbon quick access repeat button item. |
| NRibbonQuickAccessSplitButtonItem<TSplitButton> | Represents a ribbon quick access split button item. |
| NRibbonQuickAccessToggleButtonItem | Represents a ribbon quick access toggle button item. |
| NRibbonQuickAccessToolBar | A quick access ribbon toolbar. |
| NRibbonQuickAccessToolBarBuilder | Base class for all builders that create ribbon quick access toolbars. |
| NRibbonRepeatButton | Represents a ribbon repeat button, which is a repeat button that has image and text and resides in a ribbon. It provides support for 3 states: Large, Medium and Small. |
| NRibbonSearchBox | An autocomplete box that can be placed in a ribbon and searches through its widgets for quick access to ribbon commands. |
| NRibbonSeparator | A widget that represents a separator in a ribbon group. |
| NRibbonSplitButton | Represents a ribbon split button. |
| NRibbonStackPanel | A stack panel placed in a ribbon. It automatically sets the extended look of its children to Flat. |
| NRibbonTab | Represents a ribbon tab. |
| NRibbonTabContextCommandSource | Base class for command sources that can be applied to ribbon tabs. |
| NRibbonTabPage | Represents a ribbon tab page that couples a header and a ribbon group collection. |
| NRibbonTabPageBuilder | |
| NRibbonTabPageCollection | Represents a collection of ribbon tab pages. |
| NRibbonTabPageGroup | Represents a ribbon tab page group. |
| NRibbonTabPageGroupBuilder | Base class for ribbon tab page group builders. |
| NRibbonTabPageGroupCollection | Represents a collection of ribbon tab page groups. |
| NRibbonTabPageHeader | Represents the header of a ribbon tab page. |
| NRibbonToggleButton | Represents a toggle ribbon button, which is a toggle button that has image and text and resides in a ribbon. It provides support for 3 states: Large, Medium and Small. |
| NRibbonUIBuilder | Creates a ribbon based UI. |
| NRibbonWidgetFactory | An widget factory used by the ribbon search box and the ribbon quick access toolbar. |
| NRibbonWrapFlowLayout | Represents a variation of the wrap flow layout, which layouts boxes on a given number of lanes (typically 2 or 3) and is used by the ribbon wrap flow panel. |
| NRibbonWrapFlowPanel | A layout panel that arranges ribbon group widgets on 2 or 3 lanes based on the available area. |
| NSaveFileDialog | Represents a platform-provided "Save File" dialog. |
| NSaveFileDialogResult | Represents the dialog result for the Save file dialog. |
| NSBColorPicker | A Saturation-Brightness color picker. |
| NScreen | Represents information about a screen (monitor) |
| NScrollAndZoomToolBase | A tool, which implements mouse wheel scrolling and zooming of a NViewport instance. |
| NScrollBar | Serves as base class for horizontal and vertical scrollbars |
| NScrollBarArrowButton | Represents the arrow button of a scrollbar. |
| NScrollBarShaftButton | Represents the shaft button of a scrollbar. |
| NScrollBarThumb | Represents the thumb of a scrollbar. |
| NScrollContent | A widget, which contains a single other widget and allows for its scrolling. It measures to fit the contained element without scrollbars, but if this is not possible, the scroll content element will display scrollbars. The contained element is always sized to its desired size. |
| NScrollContentBase | A widget, which allows for the scrolling of arbitrary content. It measures to fit the content without scrollbars, but if this is not possible, it will display scrollbars. |
| NScrollerBase<TThumb,TShaft> | Servers as base class for scrollbars and sliders, that support interactive scrolling of a value inside a range. |
| NScrollEventArgs | The NScrollEventArgs class represents the event arguments associated with scroll events. |
| NSelectEventArgs<T> | Represents the event arguments associated with node selection events. |
| NSelection<TItem> | Serves as base class for selection objects than manage single or multiple selected items. |
| NSelectPredefinedBorderCommand | A command, which displays a dialog box that lets the user select a predefined border and its thickness. |
| NShadowPicker | A table picker for selecting a predefined shadow. |
| NShadowSplitButton | A style split button, that is used to select a shadow style. |
| NSingleVisiblePanel | A panel in which only a single child element can be visible. The single visible panel can be instructed to size itself to the visible element, or to all contained elements. |
| NSixColorsBorderCorner | Represents a border corner that is filled with six colors. |
| NSixColorsBorderCorner.NSixColorsBorderCornerDesigner | Designer for six colors border corners. |
| NSkin | Base class for skins. |
| NSkinProperty<T> | Represents a skin property. |
| NSkinPropertyBase | Base class for skin properties. |
| NSkinPropertyCollection | A collection of skin properties. |
| NSkinPropertyCollection.NSkinPropertyCollectionDesigner | Designer of skin property collections. |
| NSkinState | Base class for all box skin states. |
| NSkinStateCollection | Represents a collection of skin states. |
| NSlider | A range based widget, which lets the user select a value bu dragging a thumb. |
| NSlider.NSliderDesigner | Designer for sliders. |
| NSliderAxis | Represents the axis of s slider. |
| NSliderShaftButton | Represents the shaft button of a slider. |
| NSliderThumb | Represents the thumb of a slider. |
| NSliderThumbBase | Base class for all slider thumbs. |
| NSpinner | Represents a two button spinner, with increase and decrease buttons, that are horizontally or vertically arranged. |
| NSpinnerButton | Represents the increase or decrease button of a spinner. |
| NSpinnerSpinEventArgs | The NSpinnerSpinEventArgs class represents the event arguments associated with scrollbar scroll events |
| NSplitButton | A drop down edit, which serves as base class for all split buttons. The item slot is filled with an action button, which generates a Click event on behalf of the split button. |
| NSplitButtonActionButton | Represents the action button of a split button. |
| NSplitButtonCommandSource | A command source that can be applied to all types of buttons that derive from NSplitButton. It subsrcibes for the NSplitButton.Click event to execute the command with empty parameter. |
| NSplitter | A widget that splits its content area into two resizable panes, which can be interactively resized with help of a thumb located in the middle. |
| NSplitterBase | Base class for splitters. |
| NSplitterPane | Represents a pane of a splitter. |
| NSplitterThumb | Represents the thumb of a splitter. |
| NSplitterThumbButton | A button that resides in a splitter thumb. |
| NSplitterThumbGhost | Represents the ghost of a splitter thumb. |
| NSplitterWidgetCollection | A collection of widgets that resides in a multi splitter. |
| NStackPanel | A layout panel, which integrates the NStackLayout in the context of the Nevron User Interface. |
| NStatusBar | A command bar, the items of which are typically status bar panes. |
| NStatusBarBuilder | Creates a status bar. |
| NStatusBarPane | A content holder widget that resides in the Items collection of a status bar. |
| NStrokedPathSymbolShape | Represents a rectangle symbol shape. |
| NStrokeSplitButton | A style split button, which is used to select a stroke style. |
| NStylePropertyEx | A static class, that contains extended properties used for additional styling purposes. Defines the ExtendedLook, IsSelected, IsHighlighted, FontStyleBold, etc. extended properties and the respective helper methods for working with them. |
| NStyleSplitButton<T> | A split button, that serves as base class for split buttons editing different appearance style attributes such as fill, stroke, shadow etc. |
| NStyleSplitButtonCommandSource<T> | A split button command source that can be applied to style split buttons. |
| NSymbol | Represents a symbol (glyph) that certain UI elements can render as part of their background rendering. It is a collection of symbol shapes, meaning that a symbol can be composed by several shapes with different style. |
| NSymbolBox | A widget, which renders and sizes to a symbol. The symbol is controlled by the Symbol property. |
| NSymbolButton | Represents a button that can also contain a symbol. Serves as base class for all buttons that need to possibly have a symbol inside them (such as the drop down edit buttons). |
| NSymbolContentBox | Represents a content holder that is extended to have a symbol. |
| NSymbolRepeatButton | Represents a repeat button that also contains a symbol. Serves as base class for all repeat buttons that need to have a symbol inside them (such as scrollbar arrow buttons). |
| NSymbolShape | Represents a shape of a symbol. Serves as base class for rectangle, ellipse and path symbol shapes. |
| NSymbolToggleButton | Represents a toggle button, that has a symbol, which indicates that it is checked and/or pressed. Serves as base class for check boxes and radio buttons. |
| NSymbolUIPartSkinner | A class that makes a border and a background rule declarations for a specific UI symbol part skin. An instance of this class can be obtained by the GetSymbolUIPartSkinner methods of an NUITheme. |
| NTab | Represents a tab widget, that contains tab pages, which are represented by NTabPage elements that you add through the TabPages property. The order of tab pages in this collection reflects the order the tabs appear in the widget. |
| NTableFlowPanel | A layout panel, which integrates the NTableFlowLayout in the context of the Nevron User Interface. |
| NTablePicker | A toggle button group, the items of which are arranged in a table flow fashion. The table picker items are usually NTablePickerCell elements, but can be any other widgets. |
| NTablePickerCell | A toggle button that can be selected and navigated to from a table picker. A table picker cell usually resides inside a NTablePicker. For a single NTablePicker element, only one child cell can be checked at a time. |
| NTablePickerLabel | A label that is used in wrap flow table pickers and occupy a full row of the picker. |
| NTabPage | Represents a tab page that couples header and content widgets. |
| NTabPageCollection | Represents a collection of tab pages. |
| NTabPageHeader | Represents a content holder for the tab page header content. |
| NTabPageHeadersSkin | Holds the tab page header skins for all possible locations of a tab page header. |
| NTabSpinner | Represents the spinner (scroller) of a tab. |
| NTaskDialog | A task dialog is a dialog box that can be used to display information and receive simple input from the user. It's similar to a message box, but contains many additional features such as support for header, content and footer, radio and command buttons and a verification check box. |
| NTaskDialogCustomButton | Represents a task dialog custom button. |
| NTaskDialogCustomButtonCollection | Represents a collection of task dialog custom buttons. |
| NTaskDialogHeader | Represents the header of a task dialog. |
| NTaskDialogHeaderLabel | Represents a task dialog header label, which usually resides in a task dialog header or in a task dialog custom button. |
| NTaskDialogRadioButtonGroup | Represents a task dialog radio button group. |
| NTexBoxCommandSource | A command source that can be applied to text boxes. The text of the text box is updated from the command active parameter. |
| NTextBackground | The NTextBackground class defines the appearance of the text bac |
| NTextBox | A scrollable widget that displays an editable text string. The text is controlled by the Text property. |
| NTextRepresentableItem | A content holder widget that has a text representation. This class serves as base for combo box and list box items. |
| NTextRepresentableItemMap | A map of text representable items optimized for search by the first char of the item's text (case insensitive checks are performed). This map is used by combo boxes and list boxes for keyboard navigation. |
| NTextStyle | Represents a text style |
| NThemeDocument | A document that contains a theme. |
| NThreeColorsBorderSide | Represents a border side that is filled with three colors. |
| NThreeColorsBorderSide.NThreeColorsBorderSideDesigner | Designer for three colors border sides. |
| NThumb | A content holder widget, which the user can drag. A thumb can only be dragged if it resides in a thumb axis element (for example a scrollbar). |
| NThumbDragEventArgs | The NThumbDragEventArgs class represents the event arguments associated with thumb drag events |
| NTimeSpanBox | A combo box for selecting a time span. If you use the AddItem methods to add items to the combo box, it's kept sorted by time span. |
| NTitleBar | Represents the title bar of a window. |
| NTitleBarButton | A symbol button that serves as base class for the typical buttons in a title bar - close, minimize, maximize/restore and help. |
| NTitleBarCloseButton | The close button in a title bar's control box. |
| NTitleBarControlBox | A widget that consists of 3 title bar buttons - Minimize, Maximize and Close. |
| NTitleBarHeader | Represents the header of a title bar. |
| NTitleBarHelpButton | The help button in a title bar's control box. |
| NTitleBarItemCollection | A collection of widgets that reside in a title bar. |
| NTitleBarMaximizeButton | The maximize button in a title bar's control box. |
| NTitleBarMenuDropDown | The drop down menu of a title bar. |
| NTitleBarMinimizeButton | The minimize button in a title bar's control box. |
| NToggleButton | A general purpose toggle button, which can also act like a radio button. A radio button is considered grouped, when it is a descendand of a NToggleButtonGroup. For a single NToggleButtonGroup element, only one descendant toggle button can be checked at a time. |
| NToggleButtonBase | A button which serves as base class for all toggle buttons. |
| NToggleButtonCommandSource | A command source that can be applied to all types of buttons that derive from NToggleButton. It subsrcibes for the NButtonBase.Click event to execute the action and also updates the Checked state of the owner toggle button. |
| NToggleButtonGroup | A toggle button group for toggle buttons. |
| NToggleButtonGroupBase<TToggleButton> | A widget in which descendant toggle buttons of a certain type can register. Of all toggle buttons that are registered in the group, only a single one can be selected at a time. |
| NTool | Serves as base class for all tools. It is a pluggable part of an interactor. |
| NToolBar | A command bar, which represents a toolbar. |
| NToolBarBuilder | Creates a toolbar. |
| NTooltip | A container for the information that can be displayed when the mouse moves over a certain element or area. A tooltip window is internally created for each tooltip that is shown. In general only one tooltip window can exist at a given time, because like the cursor, the tooltip is used to provide additional information about the current mouse pointer location, and is a shared resource. |
| NTooltip.NTooltipDesigner | A designer for tooltips. |
| NTooltipWindow | A top-level window that is by default displayed without a title bar. A tooltip window is a temporary window that is created for a tooltip. |
| NTopLevelWindow | Represents a top-level window, that can be opened in a top-most window fashion. The native window that is created is dependant on the integration platform. Top-level windows are used when you want to display top-most or popup content. |
| NTopLevelWindowCollection | A collection of top-level windows. Exposed by the TopLevelWindows property of each NWindow. |
| NTouch | Manages the touch gesture operations inside Nevron Open Vision. Also serves as dispatcher of native window peers touch events to the Nevron DOM. |
| NTouchActionEventArgs | The event arguments associated with NTouch.DownEvent, NTouch.UpEvent and NToch.Move events (i.e. when a touch device is pressed, released or moved). |
| NTouchCaptureChangeEventArgs | The event arguments associated with NTouch.GotCaptureEvent, NTouch.CaptureInEvent, NTouch.CaptureOutEvent and NTouch.LostCaptureEvent events. |
| NTouchDevice | Represents a touch device (you can think of a single finger). |
| NTouchEventArgs | Event arguments associated with mouse events |
| NTouchOverChangeEventArgs | The event arguments associated with NTouch.EnterEvent, NTouch.InEvent, NTouch.OutEvent and NTouch.LeaveEvent events. |
| NTouchTargetChangeEventArgs | The data associated with a mouse capture change |
| NTransformContent | A widget, which contains a NTransformContentVisual element that places an arbitrary transform on another widget. The transformation of the contained NTransformContentVisual is controlled by the ScaleX, ScaleY and Angle properties. In this way the widget contained inside this visual can be scaled and rotated. |
| NTransformContentVisual | An input element which transforms the widget it contains. The NTransformContent is the inner element of a NTransformContentHolder widget. |
| NTreeView | A widget that displays hierarchical data in a tree structure with items that can expand, collapse and be selected. |
| NTreeView.NTreeViewDesigner | The designer of tree views. |
| NTreeViewItem | Represents a tree view item, that couples a header and sub items |
| NTreeViewItemCollection | A collection of tree view items. |
| NTreeViewItemHeader | Represents a holder for the tree view item header content. |
| NTreeViewRootItemCollection | A collection of tree view items |
| NTwoColorsBorderCorner | Represents a border corner that is filled with two colors. |
| NTwoColorsBorderCorner.NTwoColorsBorderCornerDesigner | Designer for two colors border corners. |
| NTwoColorsBorderSide | Represents a border side that is filled with two colors. |
| NTwoColorsBorderSide.NTwoColorsBorderSideDesigner | Designer for two colors border sides. |
| NUIPartSkinner | Base class for UI part skinners. |
| NUIPartSkinsTheme | Serves as base class for all Nevron User Interface themes, which use skins to style widgets. |
| NUISingleton | Serves as base class for User Interface singleton instances (such as NMouseSingleton, NKeyboardSingleton, NClipboardSingleton, NDragAndDropSingleton etc.) |
| NUITheme | This is the base class of all Nevron User Interface themes. It also defines the most commonly used theme states and contexts. |
| NUIThemeColorMap | A map of UI theme colors. |
| NUIThemeColorMap.NUIThemeColorMapDesigner | Designer associated with NUIThemeColorMap. |
| NUIThemeFontMap | A map of UI theme fonts. |
| NUIThemeFontMap.NUIThemeFontMapDesigner | Designer associated with NUIThemeFontMap. |
| NUIThemeMap<TEnum,TValue> | Represents a map of UI theme key/value pairs. |
| NUIThemeMapItem<TEnum,TValue> | Represents an item of an UI theme map. |
| NUIThemePlugin | Base class for all UI theme plugins. |
| NUIThemeSkinMap | A map of UI part skins. |
| NUIThemeTabSkinMap | A map for tab page header image skins. |
| NUndoCommandAction | A command action that undos a single or multiple history commands |
| NUniSizeBox | A content holder, that measures to the uniform size of all unisize boxes that belong to the same group. In order for a unisize box to be functional it needs to reside in the subtree of a NUniSizeBoxGroup element. |
| NUniSizeBoxGroup | A content holder, that syncronizes the measure sizes of the NUniSizeBoxes that reside in its subtree. |
| NUpdateCommandSourceEventArgs | Event arguments associated with the NCommand.UpdateSource event. |
| NUpDownBase | Serves as base for up downs. |
| NUserPanel | A panel that does not measure and arrange its child widgets. Used when you want to explicitly position widgets. |
| NVectorImageExporter<TContent> | Exports a document to a vector image such as SVG, Enhanced Metafile (EMF) or AutoCAD DXF. |
| NViewportAutoScroller | The NViewportAutoScroller element is used to provide a NViewportBase instance with autoscroll capabilities. |
| NViewportBase | Serves as base class for viewports, that are scrollable and optionally zoomable inner adorners for other types of content. |
| NViewportDragTool | A drag tool, which serves as base class for drag tools that are associated with instances of NViewportBase. |
| NVRangeScrollBar | A vertically oriented scroll bar for selecting a range. |
| NVScrollBar | Represents a vertical scrollbar. |
| NVScrollItemsBase<T> | A widget, which allows for the scrolling of vertically arranged items. It measures to fit the content without scrollbars, but if this is not possible, it will display scrollbars. |
| NWidget | Represents an User Interface box element and serves as base class for all widgets. Widgets are the primary building blocks for Windows content. |
| NWidget.NWidgetDesigner | Represents a designer for widgets. |
| NWidgetBodyAdapter | A body adapter, which provides layouts with the ability to threat widgets as layout bodies. |
| NWidgetFactory<TItem> | A class that is used for creating widgets and texts for items of a given type. |
| NWidgetImageExportDialog<TContent> | Represents a widget image export dialog |
| NWidgetPdfExporter<TContent> | Represents a widget PDF exporter. |
| NWidgetPrintExporter<TContent> | Represents a widget print exporter. |
| NWidgetRasterImageExporter<TContent> | Raster image exporter for widgets. |
| NWidgetSplitButton<TContent> | A split button, which pop ups user defined widget |
| NWidgetVectorImageExporter<TContent> | Exports a widget to a vector image, such as SVG or EMF. |
| NWindow | Represents an integration surface with the native presentation layer of a specific enviroment. Serves as base class for child and top-level windows. Each window (child or top-level) can have other top-level windows, that consider the window as their owner. The content of a window is represented by a Widget, that is assigned by the Content property. |
| NWindowCollection | A collection of windows. Exposed by the Windows property of the NDesktop element. |
| NWindows10Theme | An UI theme that mimics the Windows 10 theme. |
| NWindows11Theme | UI theme that mimics the Windows 11 theme. |
| NWindows8Theme | An UI theme that mimics the Windows 8 theme. |
| NWindowsAeroTheme | An UI theme that mimics the Windows 7 Aero theme. |
| NWindowsClassicTheme | An UI theme, which mimic the outlook of the "Windows Classic" theme. An instance of this theme can be created from an instance of the NWindowsClassicThemeSettings class, thus allowing for all standard color schemes of the Windows Classic theme for Windows XP to be reproduced. |
| NWindowsXPBlueTheme | An UI theme that mimics the Windows XP Blue (aka Windows XP Luna) theme. |
| NWrapFlowPanel | A layout panel, which integrates the NWrapFlowLayout in the context of the Nevron User Interface. |
| NWrapFlowPicker | A picker that arranges its cells with a wrap flow layout. |
| NYearPicker | A calendar picker that selects an year from a decade. |
| NYearPickerCell | A cell from a NYearPicker |
| NZoomSlider | A widget that consists of a slider and zoom in/zoom out buttons. |
| NZoomSliderCommandSource | A command source that can be applied to NMenuItem instances. It subsrcibes for the NMenuItem.Click event to execute the command with empty parameter. |