ToolWindowGuids.Toolbox Field

This tool window provides a list of components that can be added to a project, typically through the Windows Forms designer.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

‘선언
Public Const Toolbox As String
‘사용 방법
Dim value As String

value = ToolWindowGuids.Toolbox
public const string Toolbox
public:
literal String^ Toolbox
static val mutable Toolbox: string
public const var Toolbox : String

Remarks

The GUID for this tool window that is usable in a .ctc file:

#define guidToolbox { 0xb1e99781, 0xab81, 0x11d0, { 0xb6, 0x83, 0x00, 0xaa, 0x00, 0xa3, 0xee, 0x26 } }

This tool window is typically available by selecting Toolbox from the View menu.

.NET Framework Security

See Also

Reference

ToolWindowGuids Class

ToolWindowGuids Members

Microsoft.VisualStudio.Shell.Interop Namespace