See also:
NTier Windows Forms Framework Home
NTier Framework API reference

A TreeView that contains the data for a project. The ContextMenu of this control is rebuilt on ContextMenu.Popup, add logic to ContextMenu.Popup to provide additional menu items.

Namespace: NTier.Designer.Forms
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0

Syntax

C#
public class ProjectTreeView : NDTreeView
Visual Basic
Public Class ProjectTreeView
	Inherits NDTreeView
Visual C++
public ref class ProjectTreeView : public NDTreeView

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..TreeView
          TreeViewMS..::..TreeViewMS
            NTier.Designer.Forms..::..NDTreeView
              NTier.Designer.Forms..::..ProjectTreeView

See Also