NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ObjectSelectorEditor.SelectorNode Members

Public:

Constructor

ObjectSelectorEditorSelectorNode Constructor [To be supplied.]

Properties

BackColor (inherited from TreeNode) The background color of this node. If null, the color used will be the default color from the TreeView control that this node is attached to
Bounds (inherited from TreeNode) The bounding rectangle for the node. The coordinates are relative to the upper left corner of the TreeView control.
Checked (inherited from TreeNode) Indicates whether the node's checkbox is checked.
Extension (inherited from TreeNode) Retrieves a filename extension to save this object's persistance data with.
FirstNode (inherited from TreeNode) The first child node of this node.
ForeColor (inherited from TreeNode) The foreground color of this node. If null, the color used will be the default color from the TreeView control that this node is attached to
FullPath (inherited from TreeNode) Returns the full path of this node. The path consists of the labels of each of the nodes from the root to this node, each separated by the pathSeperator.
Handle (inherited from TreeNode) The HTREEITEM handle associated with this node. If the handle has not yet been created, this will force handle creation.
ImageIndex (inherited from TreeNode) The index of the image to be displayed when the node is in the unselected state. The image is contained in the ImageList referenced by the imageList property.
Index (inherited from TreeNode) Returns the position of this node in relation to its siblings
IsEditing (inherited from TreeNode) Specifies whether this node is being edited by the user.
IsExpanded (inherited from TreeNode) Specifies whether this node is in the expanded state.
IsSelected (inherited from TreeNode) Specifies whether this node is in the selected state.
IsVisible (inherited from TreeNode) Specifies whether this node is visible.
LastNode (inherited from TreeNode) The last child node of this node.
NextNode (inherited from TreeNode) The next sibling node.
NextVisibleNode (inherited from TreeNode) The next visible node. It may be a child, sibling, or a node from another branch.
NodeFont (inherited from TreeNode) The font that will be used to draw this node If null, the font used will be the default font from the TreeView control that this node is attached to. NOTE: If the node font is larger than the default font from the TreeView control, then the node will be clipped.
Nodes (inherited from TreeNode) [To be supplied.]
Parent (inherited from TreeNode) Retrieves parent node.
PrevNode (inherited from TreeNode) The previous sibling node.
PrevVisibleNode (inherited from TreeNode) The next visible node. It may be a parent, sibling, or a node from another branch.
SelectedImageIndex (inherited from TreeNode) The index of the image displayed when the node is in the selected state. The image is contained in the ImageList referenced by the imageList property.
Text (inherited from TreeNode) The label text for the tree node
TreeView (inherited from TreeNode) Return the TreeView control this node belongs to.

Methods

BeginEdit (inherited from TreeNode) Initiate editing of the node's label. Only effective if LabelEdit property is true.
Clone (inherited from TreeNode) Clone the entire subtree rooted at this node.
Collapse (inherited from TreeNode) Collapse the node.
EndEdit (inherited from TreeNode) Terminate the editing of any tree view item's label.
EnsureVisible (inherited from TreeNode) Ensure that the node is visible, expanding nodes and scrolling the TreeView control as necessary.
Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
Expand (inherited from TreeNode) Expand the node.
ExpandAll (inherited from TreeNode) Expand the node.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject) This method is used return a lifetime service object that is used to control the lifetime policy to the object. For the default Lifetime service this will be an object of type ILease.
GetNodeCount (inherited from TreeNode) Returns number of child nodes.
GetType (inherited from Object) Gets the Type of the Object.
InitializeLifetimeService (inherited from MarshalByRefObject)  
Remove (inherited from TreeNode) Remove this node from the TreeView control. Child nodes are also removed from the TreeView, but are still attached to this node.
Toggle (inherited from TreeNode) Toggle the state of the node. Expand if collapsed or collapse if expanded.
ToString (inherited from TreeNode) Returns the label text for the tree node

Fields

value [To be supplied.]

Protected:

Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

ObjectSelectorEditor.SelectorNode Class | System.ComponentModel.Design Namespace