Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NHandleCollection Class
Properties Methods Events


In This Topic
    NHandleCollection Class Members
    In This Topic

    The following tables list the members exposed by NHandleCollection.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyControls the visibility of the collection  
    Public PropertyGets/sets the ZOrder of the node (Inherited from Nevron.Diagram.NDiagramNode)
    Top
    Public Methods
     NameDescription
    Public MethodAccumulates the children contained in this node, which satisfy the filter to the provided node list (Inherited from Nevron.Diagram.NDiagramNodeCollection)
    Public MethodAccumulates the descendants contained in this node, which satisfy the filter to the provided node list (Inherited from Nevron.Diagram.NDiagramNodeCollection)
    Public MethodAdds a child node (Inherited from Nevron.Diagram.NDiagramNodeCollection)
    Public MethodBrings the node one position forward in the Z order (Inherited from Nevron.Diagram.NDiagramNode)
    Public MethodBrings the node to front position in the Z order (Inherited from Nevron.Diagram.NDiagramNode)
    Public MethodDetermines whether the node is not already at front position (Inherited from Nevron.Diagram.NDiagramNode)
    Public MethodQueries whether the specified node can be inserted at the specified index (Inherited from Nevron.Diagram.NDiagramNodeCollection)
    Public MethodDetermines whether the collection can be painted in the specified context  
    Public MethodQueries whether the specified child node can be removed (Inherited from Nevron.Diagram.NDiagramNodeCollection)
    Public MethodDetermines whether the node is not already at back position (Inherited from Nevron.Diagram.NDiagramNode)
    Public MethodObtains the child nodes of this node (Inherited from Nevron.Diagram.NDiagramNodeCollection)
    Public MethodReturns the number of child nodes which satisfy the specified filter (Inherited from Nevron.Diagram.NDiagramNodeCollection)
    Public MethodCreates an identical copy of this instance (Inherited from Nevron.Diagram.NDiagramNode)
    Public Method (Inherited from Nevron.Diagram.NDiagramNodeCollection)
    Public MethodCreates any non serialized objects, which the holder posseses (Inherited from Nevron.Diagram.NDiagramNode)
    Public MethodObtains the descentant nodes of this node (Inherited from Nevron.Diagram.NDiagramNodeCollection)
    Public MethodReturns the number of descendant nodes, which satisfy the specified filter (Inherited from Nevron.Diagram.NDiagramNodeCollection)
    Public MethodGets the child node at the specified index (Inherited from Nevron.Diagram.NDiagramNodeCollection)
    Public MethodOverloaded. Obtains a child node enumerator (Inherited from Nevron.Diagram.NDiagramNodeCollection)
    Public MethodObtains the reference provider to which the object is currently attached (Inherited from Nevron.Diagram.NDiagramNode)
    Public MethodGets the index of the specified node in the container (Inherited from Nevron.Diagram.NDiagramNodeCollection)
    Public MethodInserts a child node at the specified index (Inherited from Nevron.Diagram.NDiagramNodeCollection)
    Public MethodInvalidates the node  
    Public MethodDetermines whether the specified node is a child node for this container (Inherited from Nevron.Diagram.NDiagramNodeCollection)
    Public MethodQueries whether the specified node is a descendant of this node (Inherited from Nevron.Diagram.NDiagramNodeCollection)
    Public MethodPaints the collection in the specified context  
    Public MethodCalled to provide a reference to the object of the specified type (Inherited from Nevron.Diagram.NDiagramNode)
    Public MethodRemoves all children (Inherited from Nevron.Diagram.NDiagramNodeCollection)
    Public MethodRemoves the specified child node from the container children (Inherited from Nevron.Diagram.NDiagramNodeCollection)
    Public MethodRemoves the child node at the specified index (Inherited from Nevron.Diagram.NDiagramNodeCollection)
    Public MethodSends the node one position backward in the Z order (Inherited from Nevron.Diagram.NDiagramNode)
    Public MethodSends the node to back position in the Z order (Inherited from Nevron.Diagram.NDiagramNode)
    Public MethodSets a new index of the specified child node (Inherited from Nevron.Diagram.NDiagramNodeCollection)
    Public Method (Inherited from Nevron.Diagram.NDiagramNodeCollection)
    Public MethodOverriden to update the references of all contained nodes (Inherited from Nevron.Diagram.NDiagramNodeCollection)
    Top
    Protected Methods
     NameDescription
    Protected MethodMeasures the specified length in device units (i.e. pixels) (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodMeasures the specified length in world units (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodMeasures the specified size in pixels in scene units (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodMeasures the specified pixels X size in scene units (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodMeasures the specified pixels Y size in scene units (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodMeasures the specified size in world units (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodMeasures the specified string in device units (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodMeasures the specified string in scene units (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodMeasures the specified string in world units (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodGeneral property changed handler, which fires the NodePropertyChanged event (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodGeneral property changing handler, which fires the NodePropertyChanging event (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodSafely pauses the event sink service to which this node is connected (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodSafely pauses the smart paint service to which this node is connected (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodSafely resumes the event sink service to which this node is connected (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodSafely resumes the smart paint service to which this node is connected (Inherited from Nevron.Diagram.NDiagramNode)
    Protected MethodUpdates the node references to services (Inherited from Nevron.Diagram.NDiagramNode)
    Top
    Public Events
     NameDescription
    Public EventAttribute changed event (Inherited from Nevron.Diagram.NDiagramNode)
    Public EventAttribute property changed event (Inherited from Nevron.Diagram.NDiagramNode)
    Public EventAttribute property changing event (Inherited from Nevron.Diagram.NDiagramNode)
    Public EventProperty changed event (Inherited from Nevron.Diagram.NDiagramNode)
    Public EventProperty changing event (Inherited from Nevron.Diagram.NDiagramNode)
    Top
    See Also