DialogContainerWithToolbar Constructor
Initializes a new instance of the class.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Sub New
public DialogContainerWithToolbar()
public:
DialogContainerWithToolbar()
new : unit -> DialogContainerWithToolbar
public function DialogContainerWithToolbar()
Remarks
This is the default class constructor and does not set any of the internal properties of the object. The main purpose of the constructor is to enable the WinForm designer to show an instance of this class.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DialogContainerWithToolbar Class