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

A managed Visual Studio tool window.

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

Syntax

C#
public class VSToolWindow : NUserControl
Visual Basic
Public Class VSToolWindow
	Inherits NUserControl
Visual C++
public ref class VSToolWindow : public NUserControl

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

See Also