NGProject |
The NGProjectFolderTreeNode type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearSelectionRecursively | (Inherited from NGTreeNode) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| LoadChildren |
Invoked when the child items need to be loaded on demand.
Subclasses can override this to populate the Children collection.
(Inherited from NGTreeNode) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| OnPropertyChanged |
Called when a property has changed.
(Inherited from ListNode) | |
| Remove |
Frees this node, i.e. removes the node from it's parent collection (and set the parent node to null.
(Inherited from NGTreeNode) | |
| ReplaceBy |
Replaces this node in the tree by the new node newNode, setting this node free (i.e. afterwards it has no parent anymore).
(Inherited from NGTreeNode) | |
| SetContextMenuRecursively | (Inherited from NGBrowserTreeNode) | |
| SubItemBackColor |
Gets the color of the sub items.
(Inherited from ListNode) | |
| SubItemText |
Get the sub item text at index i.
Implementer should be aware of, that when changing a subitem text, the corresponding property (e.g. Text0) is changed. Thus, OnPropertyChanged(String) must be called for all properties that have changed.
(Inherited from ListNode) | |
| ToString |
Converts to string.
(Inherited from ListNode) | |
| ValidateRenaming | (Overrides NGBrowserTreeNodeValidateRenaming(Object, CultureInfo)) |