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

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

Syntax

C#
public class NDVSToolWindow : VSToolWindow, 
	IServiceProvider
Visual Basic
Public Class NDVSToolWindow
	Inherits VSToolWindow
	Implements IServiceProvider
Visual C++
public ref class NDVSToolWindow : public VSToolWindow, 
	IServiceProvider

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..UserControl
              NUserControl
                NTier.VSAddIn..::..VSToolWindow
                  NTier.Designer.VSAddIn..::..NDVSToolWindow
                    NTier.Designer.VSAddIn..::..ProjectTreeViewToolWindow

See Also