Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NTableGridView Class


In This Topic
    NTableGridView Class Methods
    In This Topic

    For a list of all members of this type, see NTableGridView members.

    Public Methods
     NameDescription
    Public MethodAccumulates the aggregated nodes to the specified list (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Accumulates the children of this node, to the provided node list (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Accumulates the descendants of this node, to the provided node list (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodAppends the display children of the node to the provided list (Inherited from Nevron.Nov.UI.NViewportBase)
    Public MethodAccumulates the nodes that are exposed by properties of this node. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodAppends the specified node to the end of the list of children of this node. Throws an exception, if this node is not a collection node. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Appends an event handler, which is triggered during the AtTarget/Bubbling phase (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Transforms a point in the specified ancestor coordinates to local coordinates. (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodAssigns the next document Id to this element. Use this method to generate an element Id, before it is registered in the specified document. Throws an expection if the element is already added to a document or the provided document is null. When an element Id is assigned to an element, it is a resposibility of the caller to ensure that the element is added to the elements subtree of the document for which the id was assigned. (Inherited from Nevron.Nov.Dom.NElement)
    Public MethodDetermines whether hatch transformations can be anchored to this node coordinate system. (Inherited from Nevron.Nov.UI.NBoxElement)
    Public MethodDetermines whether shadow transformations can be anchored to this node coordinate system. (Inherited from Nevron.Nov.UI.NBoxElement)
    Public MethodDetermines whether this element can capture the mouse. By default the element can capture the mouse if it is enabled and allows mouse capture. (Inherited from Nevron.Nov.UI.NInputElement)
    Public MethodDetermines whether this element can capture the touch. By default the element can capture the touch if it is enabled and allows touch capture. (Inherited from Nevron.Nov.UI.NInputElement)
    Public MethodGets whether the node can provide a clip area for itself. (Inherited from Nevron.Nov.UI.NWidget)
    Public MethodGets whether the node can provide a clip area for its children. (Inherited from Nevron.Nov.UI.NWidget)
    Public MethodDetermines whether this element can be focused. By default the element can be focused if it is enabled and allows focus. (Inherited from Nevron.Nov.UI.NInputElement)
    Public MethodQueries whether the specified node can be inserted at the specified index (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodDetermines whether this document node can possibly record history for property changes, child changes and fx changes. (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Public Method (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodQueries whether the node at the specified index can be removed. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodDetermines whehter the Save operation can be performed. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Public MethodDetermines whether the SaveAs operation can be performed. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Public MethodQueries whether the specified node can be set at the specified named slot (Inherited from Nevron.Nov.Dom.NNode)
    Public Method (Inherited from Nevron.Nov.UI.NBoxElement)
    Public MethodAttempts to force capture of the mouse to this input target (Inherited from Nevron.Nov.UI.NInputElement)
    Public MethodAttempts to force capture of the touch to this input target (Inherited from Nevron.Nov.UI.NInputElement)
    Public MethodClears the local value for the specified property. Has no effect on properties backed by member. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodClears the expression (if any) and the local value of the specified property and returns true on success. (Inherited from Nevron.Nov.Dom.NElement)
    Public MethodReturns true if the node contains the specifeid event handler for the specified dom event (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets whether the node contains a local value setting for the specified property (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodCreates the default load settings for the given document format. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Public MethodCreates the default save settings for the given document format. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Public MethodCreates a task for loading, saving etc. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Public MethodOverloaded. Creates an identical copy of this node subtree. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodPerforms a deep copy of the properties and children of the specified source node. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodPerforms deep equals of this node object in the specified context and returns true if the given object is a node and its properties and children are equal to those of this node. (Inherited from Nevron.Nov.Dom.NNode)
    Public Method (Inherited from Nevron.Nov.UI.NInputElement)
    Public MethodPerforms the element post children paint. (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Public MethodPerforms the element pre children paint. (Inherited from Nevron.Nov.UI.NBoxElement)
    Public Method (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Public MethodOverriden to seal the Equals overridable method and to check the nodes for reference equality. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodAttempts to focus the keyboard on this input target (Inherited from Nevron.Nov.UI.NInputElement)
    Public MethodOverloaded. Gets the nodes aggregated by this node (e.g. both children and property nodes) (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets information about the way in which the node is currently aggregated in its parent (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets the ancestor of this node that is the specified levels-up from this ancestor. 0 is the node itself, 1 is ParentNode, 2 is the ParentNode.ParentNode etc. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Gets the border edge (border area) of the element (in local coordinates) (Inherited from Nevron.Nov.UI.NBoxElement)
    Public MethodGets the border thickness of the element. This implementation returns the computed value of the BorderThickness property. (Inherited from Nevron.Nov.UI.NBoxElement)
    Public MethodOverloaded. Gets the child at the specified named slot. If a child node at the slot does not exist, but the named child is marked as CreateOnDemand, a new child node of the default schema is automatically created. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets the child node at the specified index. Throws an exception, if the index is out of range. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Gets a list that contains the children of this node. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodCreates the clip region of the visual children (in local coordinates). (Inherited from Nevron.Nov.UI.NWidget)
    Public MethodOverloaded. Get the count of child nodes (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets a child node iterator, which iterates through this node children in forward order (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodCreates the clip region of the visual (in local coordinates). (Inherited from Nevron.Nov.UI.NWidget)
    Public MethodOverloaded. Gets the content edge (inner edge) of the element (in local coordinates) (Inherited from Nevron.Nov.UI.NBoxElement)
    Public MethodDetermines the depth of the node from the specfified ancestor (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodDetermines the depth of the node from the root. The root is at depth 0. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Gets a list, which contains the descendants of this node. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Returns the number of descendant nodes. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Returns the first node ancestor that satisfies the specified filter or null if such ancestor is not found. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Gets the first child node. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets the first ancestor, which is an ancestor of this node and the specified node (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Gets the first descendant node of the given schema. This method visits descendants in Depth-First Pre-Order. Children are enumerated in forward order (from first to last). (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets the edge of the focus frame. This implementation returns the middle between the padding and the content edge (Inherited from Nevron.Nov.UI.NBoxElement)
    Public MethodOverloaded. Gets the expression for the self property with the specified name (Inherited from Nevron.Nov.Dom.NElement)
    Public MethodOverriden to seal the GetHashCode and return the default implementation. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets the visual that serves as hatch anchor for this visual (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodGets the element insets, which is the sum of the margins, padding and border thickness. (Inherited from Nevron.Nov.UI.NBoxElement)
    Public MethodOverloaded. Returns the last node ancestor that satisfies the specified filter or null if such ancestor is not found. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Gets the last child node (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Gets the last descendant node of the given schema. This method visits descendants in Depth-First Post-Order. Children are enumerated in reverse order (from last to first). (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Gets the local value of the specified property (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets the margins of the element. This implementation returns the computed value of the Margins property. (Inherited from Nevron.Nov.UI.NWidget)
    Public MethodGets the measure of the element that is applicable for the current value of visitor.DefaultMeasure property. If it is true, returns DefaultSize, otherwise returns DesiredSize. (Inherited from Nevron.Nov.UI.NBoxElement)
    Public MethodSafely gets the owner document media. If the document node is not registered in a document returns null. (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Public MethodGets the next sibling node (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets the padding of the element. This implementation returns the computed value of the Padding property. (Inherited from Nevron.Nov.UI.NBoxElement)
    Public MethodOverloaded. Gets the padding edge (padding area) of the element (in local coordinates) (Inherited from Nevron.Nov.UI.NBoxElement)
    Public MethodGets the mode in which this displayable node can cache its painting. Overriden to return ENPaintCacheMode.Auto. (Inherited from Nevron.Nov.UI.NWidget)
    Public MethodReturns the path from the node to the specified ancestor. The returned path has a root-to-leaf order, meaning that ancestor nodes appear before descendant nodes in the list order. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets the previous sibling node (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Gets a list of the nodes, which are exposed as property values (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets the resolution with which this visual is rendered (in DPI) (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodGets a child node iterator, which iterates through this node children in reverse order (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Gets an iterator, which iterates through the node and its descendants in a Depth-First-Pre-Order fashion (visits the parent and then visits the children). Children are enumerated in reverse order (from last to first). (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets the visual that serves as shadow anchor for this visual (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodOverloaded. Gets an iterator, which iterates through the node and its descendants in a Depth-First-Pre-Order fashion (visits the parent and then visits the children). Children are enumerated in forward order (from first to last). (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets or sets the input target tab navigation index (Inherited from Nevron.Nov.UI.NInputElement)
    Public MethodGets the matrix that transforms local to parent coordinates. (Inherited from Nevron.Nov.UI.NBoxElement)
    Public MethodGets a transformation for converting local coordinates to the specified ancestor coordinates (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodOverloaded. Gets the current computed value of the specified property. (Inherited from Nevron.Nov.Dom.NElement)
    Public MethodHides the currently show view message, if shown at all. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Public MethodOverloaded. Hit tests the widget by point. (Inherited from Nevron.Nov.UI.NWidget)
    Public MethodGets the index of the specified child node in this node children container. Returns -1 if the node is not a child of this node. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodInserts the specified node at the specified index. Throws an exception, if this node is not a collection node. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodInvalidates the element arrange (Inherited from Nevron.Nov.UI.NWidget)
    Public MethodCalled by child or descendant arrange elements that consider this element as arrange parent, and want to inform it to invalidate it's arrange. (Inherited from Nevron.Nov.UI.NBoxElement)
    Public MethodInvalidates the display of the node. (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodInvalidates the display transform of the node. (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodInvalidates the element measure and pools the element for measure validation. (Inherited from Nevron.Nov.UI.NBoxElement)
    Public MethodCalled by child or descendant measure elements that consider this element as measure parent, and want to inform it to invalidate it's measure. (Inherited from Nevron.Nov.UI.NBoxElement)
    Public MethodDetermines whether the specified node is a child node of this node. Note that although the node ParentNode may be this node, this node may not consider the node as child, if it is exposed by a property. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Determines whether this node is a descendant of the specified ancestor (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodQueries whether the node is an instance of the specified schema. (i.e. whether the node schema is equal to the specified schema, or is its ancestor). (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodGets whether the input target is included in the tab navigation. This implementation returns the TabStop property value. (Inherited from Nevron.Nov.UI.NInputElement)
    Public MethodOverloaded.  (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Public MethodLoads a document from the specified file. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Public MethodLoads a document from the given embedded resource using the specified document format. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Public MethodLoads the document from the specified stream. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Public MethodLoads a document from the given stream using the specified document format. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Public MethodLoads the view - document from the given URI. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Public MethodOverloaded. Transforms a point in local coordinates to the specified ancestor coordinates. (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodOverloaded. Transforms a point in local coordinates to the coordinates of its parent coordinate system (Inherited from Nevron.Nov.UI.NBoxElement)
    Public MethodMoves the node aggregated subtree cache and other thread related information so that the node aggregated subtree can function on the current thread. Call this method when the node has been constructed on another thread, but will continue to be used on the current thread. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodMoves the node aggregated subtree cache and other thread related information so that the node aggregated subtree can function on the specified thread. Call this method when the node has been constructed on the current thread, but will continue to be used on the specified thread. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodLoads a new document in the view. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Public MethodLoads the view document from a file, which the user selects from the OpenFile dialog. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Public MethodOverloaded. Transforms a point in parent coordinates to local coordinates (Inherited from Nevron.Nov.UI.NBoxElement)
    Public MethodReleases the mouse capture, if this input target holds the capture (Inherited from Nevron.Nov.UI.NInputElement)
    Public MethodReleases the touch capture, if this input target holds the capture (Inherited from Nevron.Nov.UI.NInputElement)
    Public MethodRemoves all child nodes of this node. Works for both collection and container node. In the case of container nodes where a child may be set as non-nullable, throws an exception. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Removes all normal (attarget/bubbling) or sinking event handlers (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodRemoves the specified child node. Works for both collection and container nodes. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodRemoves the child node at the specified index. Throws an expection if index if out of range. Works for both collection and container nodes. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Removes the specified event handler for the specified DOM event. The event handler must have been registered for the AtTarget/Bubbling phase and the default group. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodSaves the current document to a file, that the user chooses from a Save File Dialog. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Public MethodSaves the view's document to the file from which it was originally opened. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Public MethodOverloaded.  (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Public MethodSaves the document to the specified file. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Public MethodSaves the document to the specified stream. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Public MethodSaves the document to the specified stream. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Public Method (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Public MethodShortcut method for setting the Nevron.Nov.UI.NBoxElement.Border and Nevron.Nov.UI.NBoxElement.BorderThickness properties. (Inherited from Nevron.Nov.UI.NBoxElement)
    Public MethodSets the child instance at the specified child slot. Throws an exception, if this node is not a container node. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodSets(substitudes) the child at the specified index. Throws an exception, if this node is not a collection node. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodOverloaded. Sets the expression to the self property with the specified name (Inherited from Nevron.Nov.Dom.NElement)
    Public MethodOverloaded. Sets the expression to the self property with the specified name by force. (Inherited from Nevron.Nov.Dom.NElement)
    Public MethodSets a local value for the specified property. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodSets a value for the specified property. (Inherited from Nevron.Nov.Dom.NElement)
    Public MethodOverloaded. Shows a view message for an unsuccessful transaciton. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Public Method (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Public MethodReturns a string that represents this node. (Inherited from Nevron.Nov.Dom.NNode)
    Public MethodTries to get the screen bounds of this element (Inherited from Nevron.Nov.UI.NBoxElement)
    Public MethodTries to transform a point in local coordinates to screen coordinates. (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodTries to transforms a point in screen coordinates to the local coordinates. (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodCalled to arrange the element (Inherited from Nevron.Nov.UI.NBoxElement)
    Public MethodValidates the display of the node. This implementation forwards the call to the owner display window, if any. (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodCalled to validate the element measure (Inherited from Nevron.Nov.UI.NBoxElement)
    Public MethodCalled to propagate the display traversal to the specified child node. This implementation directly calls the VisitDisplaySubtree method of the child node. (Inherited from Nevron.Nov.Dom.NVisual)
    Public MethodVisits the display subtree of the element with the specified visitor (Inherited from Nevron.Nov.Dom.NVisual)
    Top
    Protected Methods
     NameDescription
    Protected MethodAccumulates the display children of the node that are considered to be content. (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Protected MethodOverriden to add the view's message. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Internal Method (Inherited from Nevron.Nov.UI.NWidget)
    Internal Method (Inherited from Nevron.Nov.Dom.NVisual)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodArranges the adorner at the specified location (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Protected MethodOverriden to layout the content and the scrollbars (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Protected MethodOverriden to also arrange the view message. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Protected MethodArranges the viewport. This operation performs a viewport ZoomMode specific action. This method should be called by derived classes, to update the ViewportOrigin, ZoomFactor and Scrollbars. (Inherited from Nevron.Nov.UI.NViewportBase)
    Protected MethodPerforms the viewport layout in case of a Fit zoom mode. (Inherited from Nevron.Nov.UI.NViewportBase)
    Protected MethodPerforms the viewport layout in case of a FitToHeight zoom mode. (Inherited from Nevron.Nov.UI.NViewportBase)
    Protected MethodPerforms the viewport layout in case of a FitToWidth zoom mode. (Inherited from Nevron.Nov.UI.NViewportBase)
    Protected MethodPerforms the viewport layout in case of a Normal zoom mode. (Inherited from Nevron.Nov.UI.NViewportBase)
    Internal Method (Inherited from Nevron.Nov.UI.NBoxElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NVisual)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodOverridden. Builds the data grid commander, by adding the grid view command actions  
    Protected MethodOverridden. Builds the data grid interactor, by adding the grid view tools  
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Protected MethodClones the given document. This method is called when the document is going to be saved on another thread. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodCommits the last started transaction in the document effective history service (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Protected MethodComputes the viewport size based on the specified window size (Inherited from Nevron.Nov.UI.NViewportBase)
    Protected Method (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Protected MethodCalled by ConsumeValueEffect, when the flags contain a Custom property flag. (Inherited from Nevron.Nov.Dom.NElement)
    Protected Internal MethodConsumes the value effect, defined by the specified property flags. This method may be called for a single or mutliple computed value changes. In the multiple changes case, the flags of the individual properties are combined with bitwise OR. (Inherited from Nevron.Nov.Dom.NElement)
    Protected MethodCreates the border wall of the box. (Inherited from Nevron.Nov.UI.NBoxElement)
    Protected MethodGets the hit test region for this widget. The returned region is used in both point and region widget hit tests. (Inherited from Nevron.Nov.UI.NWidget)
    Protected Internal MethodCalled by the Load New task to create a new document. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Protected Internal MethodCreates the open file dialog shown by the LoadFromFile methods that do not have a fileName parameter. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Protected Internal MethodCalled by the New Task to create or select a predefined document. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Protected Internal MethodCreates the save file dialog shown by the SaveToFile methods that do not have a fileName parameter. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.UI.NBoxElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Protected MethodCalled to perform the actual deep copying of the source node. (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.UI.NWidget)
    Internal Method (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Internal Method (Inherited from Nevron.Nov.UI.NWidget)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodSafely evaluates the document in which this document node resides. If the document node does not reside in a document, does nothing. (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.UI.NBoxElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NVisual)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Protected MethodCreates the bottom side adorner (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Protected MethodOverriden to return the HScrollBar (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Protected MethodGets the settings that need to be applied to the HScrollbar for the viewport parameters, in case the HScrollBar is visible. (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Protected MethodOverriden to return the HScrollBarMode (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Protected MethodGiven the content area for arrangement, returns the area in which inner addorners must be arranged. This implementation simply returns the content area. (Inherited from Nevron.Nov.UI.NInnerAdorners)
    Protected MethodGets the left bottom corner side adorner (Inherited from Nevron.Nov.UI.NInnerAdorners)
    Protected MethodGets the left side adorner (Inherited from Nevron.Nov.UI.NInnerAdorners)
    Protected MethodGets the left top corner adorner (Inherited from Nevron.Nov.UI.NInnerAdorners)
    Protected Method (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Protected Method (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Protected MethodGets the right bottom corner adorner (Inherited from Nevron.Nov.UI.NInnerAdorners)
    Protected MethodCreates the right side adorner (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Protected MethodGets the right top corner adorner (Inherited from Nevron.Nov.UI.NInnerAdorners)
    Protected MethodOverridden.   
    Protected MethodOverriden to return a viewport that has the width of the columns and the height of the rows. (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Protected MethodOverriden to return the ViewportOrigin (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Protected MethodGets the vertical scroll bar (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Protected MethodGets the settings that need to be applied to the VScrollbar for the viewport parameters, in case the VScrollBar is visible. Overriden to provide support for the integral vertical scrolling of the list box (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Protected MethodOverriden to return the VScrollBarMode (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Protected MethodOverriden to return 1.0d (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Protected MethodOverriden to return ENZoomMode.Normal (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NVisual)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Protected Internal MethodHides the loader, if shown and restores the previous enabled state of the widget. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodInvalidates the arrange of the element arrange parent. This implementation calls the InvalidateArrangeFromChild method of the first ancestor element that implements the INArrangeElementParent interface. (Inherited from Nevron.Nov.Dom.NElement)
    Protected MethodInvalidates the display of element display parent(s). (Inherited from Nevron.Nov.Dom.NElement)
    Protected MethodInvalidates the measure of the element measure parent. This implementation calls the InvalidateMeasureFromChild method of the first ancestor element that implements the INMeasureElementParent interface. (Inherited from Nevron.Nov.Dom.NElement)
    Protected Internal MethodOverriden to return true, if the Visibility property is equal to ENVisibility.Collapsed. (Inherited from Nevron.Nov.UI.NWidget)
    Protected MethodSafely checks whether the document effective history service is currently undoing or redoing an operation. (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.UI.NBoxElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.UI.NInputElement)
    Internal Method (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Internal Method (Inherited from Nevron.Nov.UI.NWidget)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Protected MethodOverridden.   
    Protected MethodGets the sum of the measure height of all widget children of this box (Inherited from Nevron.Nov.UI.NWidget)
    Protected MethodGets the max measure height of all widget children of this box (Inherited from Nevron.Nov.UI.NWidget)
    Protected MethodGets the max measure width of all widget children of this box (Inherited from Nevron.Nov.UI.NWidget)
    Protected MethodGets the sum of the measure width of all widget children of this box (Inherited from Nevron.Nov.UI.NWidget)
    Protected MethodOverriden to return the grid desired size (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Protected MethodDetermines the need for a horizontal scrollbar based on a proposed viewport size (Inherited from Nevron.Nov.UI.NViewportBase)
    Protected MethodDetermines the need for a vertical scrollbar based on a proposed viewport size (Inherited from Nevron.Nov.UI.NViewportBase)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Protected Internal MethodNotifies the aggregated nodes of this node tht the effective resolution has changed. (Inherited from Nevron.Nov.Dom.NVisual)
    Internal Method (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodCalled when the node ancestors chain has changed. IMPORTANT: There is a serious perfomance penalty associated with overriding this method. (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodCalled when the width or height of the arrange slot has changed. (Inherited from Nevron.Nov.UI.NWidget)
    Protected MethodCalled when an owned attribute has changed. (Inherited from Nevron.Nov.Dom.NElement)
    Protected MethodCalled when an arbitrary mutation has occurred in this node. (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodCalled when a child node has been inserted. (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodCalled when a child node is about to be inserted at the specified index. (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodCalled when a child node has been removed. (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodCalled when a child node is about to be removed. (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodCalled when a child was inserted or removed from this node. (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodCalled after the node is deeply copied from the specified source node. (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodCalled before the node is deeply copied for deep cloning from the specified source node. (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodCalled when the node is deserialized (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodCalled when the Disabled property is set to true. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodCalled when the document property has changed. (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Protected MethodCalled when a document has been loaded from the specified format and was loaded in the view (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Protected MethodCalled when a document has been saved in the specified format (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Protected MethodDefault handler for the NDragDrop.DragDropEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NDragDrop.DragEnterEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NDragDrop.DragInEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NDragDrop.DragLeaveEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NDragDrop.DragOutEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NDragDrop.DragOverEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodCalled when the effective resolution of the document changed. (Inherited from Nevron.Nov.Dom.NElement)
    Protected MethodCalled when the Disabled property is set to false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodCalled when the viewport stops to be continuosly scrolled. (Inherited from Nevron.Nov.UI.NViewportBase)
    Protected MethodDefault handler for the NKeyboard.FocusInEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NKeyboard.FocusOutEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodCalled when the expression associated with a property has changed (Inherited from Nevron.Nov.Dom.NElement)
    Protected MethodCalled when the expression associated with a property is changing (Inherited from Nevron.Nov.Dom.NElement)
    Protected MethodDefault handler for the NKeyboard.GotFocusEvent event. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Protected MethodDefault handler for the NMouse.GotCaptureEvent events (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NTouch.GotCaptureEvent events (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodCalled when the VScrollbar is scrolled. Updates the viewport origin from the scrollbar value. Overriden to provide support for the integral vertical scrolling of the list box (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Protected MethodDefault handler for the NKeyboard.InputCharEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NKeyboard.KeyDownEvent event. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Protected MethodDefault handler for the NKeyboard.KeyUpEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NKeyboard.LostFocus event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NMouse.LostCaptureEvent event (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NTouch.LostCaptureEvent event (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NMouse.CaptureInEvent event (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NMouse.CaptureOutEvent event (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NMouse.DownEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NMouse.EnterEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NMouse.InEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NMouse.LeaveEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NMouse.MoveEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NMouse.OutEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NMouse.UpEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NMouse.WheelEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodOverriden to paint the window background, after the widget background and border are painted. (Inherited from Nevron.Nov.UI.NInnerAdorners)
    Protected MethodPaints the foreground of the box, which is performed after the custom painting in OnPostPaint. (Inherited from Nevron.Nov.UI.NBoxElement)
    Protected MethodPaints the window background (Inherited from Nevron.Nov.UI.NInnerAdorners)
    Protected MethodCalled when the node parent has changed. Raises the ParentChangedEvent. (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodCalled when the parent of the node is about to be changed. (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodPerforms the element post-children custom paint. (Inherited from Nevron.Nov.Dom.NVisual)
    Protected MethodPerforms the element pre-children custom paint. (Inherited from Nevron.Nov.Dom.NVisual)
    Protected MethodCalled when the local value of a property is about to be changed. (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodCalled when the local and/or computed value of a property has changed. (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodCalled after the document node is registered in its owner document. (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Protected MethodCalled when the resolution of the display surface to which this visual belongs to has changed. (Inherited from Nevron.Nov.Dom.NVisual)
    Protected MethodCalled when the node is being serialized (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodCalled when the viewport starts to be continuosly scrolled. (Inherited from Nevron.Nov.UI.NViewportBase)
    Protected MethodDefault handler for the NTouch.CaptureInEvent event (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NTouch.CaptureOutEvent event (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NTouch.DownEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NTouch.EnterEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NTouch.InEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NTouch.LeaveEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NTouch.MoveEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NTouch.OutEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodDefault handler for the NTouch.UpEvent event. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodCalled after the document node is unregistered from its owner document. (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Protected MethodCalled when the Visibility property has changed. (Inherited from Nevron.Nov.UI.NWidget)
    Protected MethodCalled when the VScrollbar is scrolled. Updates the viewport origin from the scrollbar value. Overriden to provide support for the integral vertical scrolling of the list box (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Protected MethodCalled when the window area has changed (Inherited from Nevron.Nov.UI.NInnerAdorners)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Internal Method (Inherited from Nevron.Nov.UI.NBoxElement)
    Protected MethodPauses the document effective history service (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Protected MethodQueries whether handled drag drop should be processed. This implementation returns false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodQueries whether handled drag over should be processed. This implementation returns false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodQueries whether handled input char should be processed. This implementation returns false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodQueries whether handled key down should be processed. This implementation returns false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodQueries whether handled key up should be processed. This implementation returns false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodQueries whether handled mouse down should be processed. This implementation returns false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodQueries whether handled mouse move should be processed. This implementation returns false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodQueries whether handled mouse up should be processed. This implementation returns false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodQueries whether handled mouse wheel should be processed. This implementation returns false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodQueries whether handled touch down should be processed. This implementation returns false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodQueries whether handled touch move should be processed. This implementation returns false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodQueries whether handled touch up should be processed. This implementation returns false. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodRecords the state of the specified field in the document effective history service (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Protected MethodRecords the state of the specified fields in the document effective history service (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Protected MethodRecords a history unit in the document effective history service (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Protected MethodCalled when the input element receives a chance to request a cursor. This implementation requests the Cursor property. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodOverriden to request a wait cursor, if the loader is shown. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Protected MethodCalled when the input element is disabled and receives channce to request a disabled tooltip. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodCalled when the input element receive a chance to request a tooltip. This implementation requests the Tooltip property. (Inherited from Nevron.Nov.UI.NInputElement)
    Protected MethodResumes the owner document effective history service (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodRolls back the last started transaction in the document effective history service (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Internal Method (Inherited from Nevron.Nov.UI.NBoxElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Protected MethodStores the expression in the internal expressions store (Inherited from Nevron.Nov.Dom.NElement)
    Protected MethodOverriden to set the ViewportOrigin (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Protected MethodThrows an exception since the grid view does not support zooming (Inherited from Nevron.Nov.Grid.NGridView<NTableGridDocument,NTableGrid,NTableGridContextMenu>)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Protected Internal MethodShows the loader above this item and disables the widget. (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Protected MethodDetermines whether the context needs to visit this displayable branch. (Inherited from Nevron.Nov.UI.NWidget)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodOverloaded. Starts a new transaction, in the document effective history service (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Protected MethodUpdates the scrollbars of the viewport. (Inherited from Nevron.Nov.UI.NViewportBase)
    Internal Method (Inherited from Nevron.Nov.UI.NBoxElement)
    Internal Method (Inherited from Nevron.Nov.UI.NBoxElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.UI.NBoxElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NVisual)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Internal Method (Inherited from Nevron.Nov.UI.NWidget)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NElement)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.Dom.NNode)
    Internal Method (Inherited from Nevron.Nov.UI.NDocumentView<TDoc,TGrid,NGridFormat<TDoc,TGrid>,NGridFormatRegistry<TDoc,TGrid>,NGridLoadSettings,NGridSaveSettings>)
    Top
    See Also