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!

TreeView Class

Displays a hierarchical list of items, or nodes. Each node includes a caption and an optional bitmap. The user can select a node. If it has sub-nodes, the user can collapse or expand the node.

Object
   MarshalByRefObject
      MarshalByRefComponent
         Control
            RichControl
               TreeView

[Visual Basic]
Public Class TreeView
   Inherits RichControl
[C#]
public class TreeView : RichControl
[C++]
public __gc class TreeView : public RichControl
[JScript]
public class TreeView extends RichControl

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

TreeView Members | System.WinForms Namespace