Nevron .NET Vision
Nevron.UI.ToolStrips Namespace / NCommandManager Class
Properties Methods Events


In This Topic
    NCommandManager Class Members
    In This Topic

    The following tables list the members exposed by NCommandManager.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets the event sink service for the node. (Inherited from Nevron.UI.NUINodeContainer)
    Public PropertyGets/sets a value whether this node will bubble its property changed event up in the parent chain. (Inherited from Nevron.UI.NUINode)
    Public PropertyGets/sets a value whether this node will bubble its property changing event up in the parent chain. (Inherited from Nevron.UI.NUINode)
    Public PropertyGets/sets a value whether this node will tunnel its property changed event to its children. (Inherited from Nevron.UI.NUINodeContainer)
    Public PropertyGets/sets a value whether this node will tunnel its property changing event to its children. (Inherited from Nevron.UI.NUINodeContainer)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the list of all events attached to this object. (Inherited from Nevron.UI.NDisposableObject)
    Top
    Public Methods
     NameDescription
    Public MethodAccumulates the children contained in this node, which satisfy the filter to the provided node list (Inherited from Nevron.UI.NUINodeContainer)
    Public MethodAccumulates the descendants contained in this node, which satisfy the filter to the provided node list (Inherited from Nevron.UI.NUINodeContainer)
    Public MethodAdds a child node (Inherited from Nevron.UI.NUINodeComposite)
    Public Method (Inherited from Nevron.UI.NUINode)
    Public MethodBubbles the PropertyChanged notification up in the parent tree. (Inherited from Nevron.UI.NUINode)
    Public MethodBubbles the PropertyChanging notification up in the parent tree. (Inherited from Nevron.UI.NUINode)
    Public MethodQueries whether the specified node can be inserted at the specified index (Inherited from Nevron.UI.NUINodeComposite)
    Public MethodDetermines whether the node can raise the specified event. (Inherited from Nevron.UI.NUINode)
    Public MethodQueries whether the specified child node can be removed (Inherited from Nevron.UI.NUINodeComposite)
    Public MethodObtains the child nodes of this node (Inherited from Nevron.UI.NUINodeContainer)
    Public MethodReturns the number of child nodes which satisfy the specified filter (Inherited from Nevron.UI.NUINodeContainer)
    Public MethodClears all the custom properties. (Inherited from Nevron.UI.NUINode)
    Public MethodRemove previously set custom property. (Inherited from Nevron.UI.NUINode)
    Public MethodRemoves all the events handlers attached to this instance. (Inherited from Nevron.UI.NDisposableObject)
    Public MethodDetermines whether an entry with the specified key exists in the node's property storage. (Inherited from Nevron.UI.NUINode)
    Public Method (Inherited from Nevron.UI.NUINode)
    Public MethodObtains the descentant nodes of this node (Inherited from Nevron.UI.NUINodeContainer)
    Public MethodReturns the number of descendant nodes, which satisfy the specified filter (Inherited from Nevron.UI.NUINodeContainer)
    Public MethodOverloaded.  (Inherited from Nevron.UI.NDisposableObject)
    Public MethodDetermines whether there is a suspended parent up in the node chain. (Inherited from Nevron.UI.NUINode)
    Public MethodObtains the child at the specified index. (Inherited from Nevron.UI.NUINodeContainer)
    Public MethodGets previously set custom property using the specified key. (Inherited from Nevron.UI.NUINode)
    Public MethodOverloaded. Obtains a child node enumerator (Inherited from Nevron.UI.NUINodeContainer)
    Public MethodGets the current value of the specified property. (Inherited from Nevron.UI.NUINode)
    Public MethodObtains the index of the specified node within this container. (Inherited from Nevron.UI.NUINodeContainer)
    Public MethodInserts a child node at the specified index (Inherited from Nevron.UI.NUINodeComposite)
    Public MethodDetermines whether the specfied node is contained within this container. (Inherited from Nevron.UI.NUINodeContainer)
    Public MethodQueries whether the specified node is a descendant of this node (Inherited from Nevron.UI.NUINodeContainer)
    Public MethodGets notified that a child context menu has been requested and the child did not provide such. This notification allows the parent node to provide a context menu depending on the originator of the request. (Inherited from Nevron.UI.NUINodeContainer)
    Public MethodGets notified that a child property has changed. This notification allows the parent node to perform optional update after the change. (Inherited from Nevron.UI.NUINodeContainer)
    Public MethodGets notified that a child property is about to change. This notification allows the parent node to examine the property and eventually to cancel it. (Inherited from Nevron.UI.NUINodeContainer)
    Public MethodRemoves all children (Inherited from Nevron.UI.NUINodeComposite)
    Public MethodRemoves the specified child node from the container children (Inherited from Nevron.UI.NUINodeComposite)
    Public MethodRemoves the child node at the specified index (Inherited from Nevron.UI.NUINodeComposite)
    Public MethodOverloaded. Resumes the node from a previous call to the Suspend method. (Inherited from Nevron.UI.NUINode)
    Public Method (Inherited from Nevron.UI.NUINode)
    Public MethodSets a new index of the specified child node (Inherited from Nevron.UI.NUINodeContainer)
    Public MethodGets/sets a custom property associated with this node. (Inherited from Nevron.UI.NUINode)
    Public MethodGenerally suspends the node. For different instances this will have different meaning. (Inherited from Nevron.UI.NUINode)
    Public MethodNotifies all children for a property change. This method allows the children nodes to perform additional updates. (Inherited from Nevron.UI.NUINodeContainer)
    Public MethodNotifies all children for a pending property change. This method allows the children nodes to examine the property and even cancel it. (Inherited from Nevron.UI.NUINodeContainer)
    Public Method (Inherited from Nevron.UI.NUINode)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from Nevron.UI.NDisposableObject)
    Protected Method (Inherited from Nevron.UI.NUINodeContainer)
    Protected MethodCalled to abort the remove all nodes operation if possible (Inherited from Nevron.UI.NUINodeContainer)
    Protected Method (Inherited from Nevron.UI.NDisposableObject)
    Protected MethodCalled after all nodes have been removed from the base array list (Inherited from Nevron.UI.NUINodeContainer)
    Protected MethodCalled when the index of the specified node has changed (Inherited from Nevron.UI.NUINodeContainer)
    Protected MethodCalled when the index of the specified node is about to change (Inherited from Nevron.UI.NUINodeContainer)
    Protected Method (Inherited from Nevron.UI.NDefaultInitializableObject)
    Protected MethodCalled when a node has been inserted in the base array list (Inherited from Nevron.UI.NUINodeContainer)
    Protected MethodCalled when a node is about to be inserted in the base array list (Inherited from Nevron.UI.NUINodeContainer)
    Protected Method (Inherited from Nevron.UI.NUINodeContainer)
    Protected Method (Inherited from Nevron.UI.NUINodeContainer)
    Protected MethodCalled when a node has been removed from the base array list (Inherited from Nevron.UI.NUINodeContainer)
    Protected MethodCalled when a node is about to be removed from the base array list (Inherited from Nevron.UI.NUINodeContainer)
    Protected MethodCalled before all nodes have been removed from the base array list (Inherited from Nevron.UI.NUINodeContainer)
    Protected MethodOverloaded.  (Inherited from Nevron.UI.NUINode)
    Protected MethodAn instance-dependent method which allows an update after a Resume method call. (Inherited from Nevron.UI.NUINode)
    Top
    Public Events
     NameDescription
    Public EventFired when the object has been disposed. (Inherited from Nevron.UI.NDisposableObject)
    Public EventFired when a command's property has changed. (Inherited from Nevron.UI.NUINode)
    Public EventFired when a command's property is about to be changed. Cancelable. (Inherited from Nevron.UI.NUINode)
    Top
    See Also