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

The TreeNode that's shown on the ProjectTreeView when there is no project currently loaded.

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

Syntax

C#
[SerializableAttribute]
public class NoProjectLoadedTreeNode : TreeNode
Visual Basic
<SerializableAttribute>
Public Class NoProjectLoadedTreeNode
	Inherits TreeNode
Visual C++
[SerializableAttribute]
public ref class NoProjectLoadedTreeNode : public TreeNode

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.Windows.Forms..::..TreeNode
      NTier.Designer.Forms..::..NoProjectLoadedTreeNode

See Also