ToolWindowGuids.Toolbox Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This tool window provides a list of components that can be added to a project, typically through the Windows Forms designer.
public: System::String ^ Toolbox;
std::wstring Toolbox;
public const string Toolbox;
val mutable Toolbox : string
Public Const Toolbox As String
Field Value
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.