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

Initializes a new instance of the VSToolWindow class

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

Syntax

C#
[ObsoleteAttribute("This constructor is intended for design time use only.", 
	true)]
protected VSToolWindow()
Visual Basic
<ObsoleteAttribute("This constructor is intended for design time use only.", 
	true)> 
Protected Sub New
Visual C++
protected:
[ObsoleteAttribute(L"This constructor is intended for design time use only.", 
	true)]
VSToolWindow()

See Also