vsToolBoxItemFormat Enumeration
Visual Studio 2015
Indicates the format of the new ToolBox item.
Assembly: EnvDTE (in EnvDTE.dll)
| Member name | Description | |
|---|---|---|
| vsToolBoxItemFormatDotNETComponent | .NET Framework component. | |
| vsToolBoxItemFormatGUID | GUID. A string that is the class ID of a control. | |
| vsToolBoxItemFormatHTML | HTML item. Text, but might be treated differently by certain active documents. | |
| vsToolBoxItemFormatText | Plain text item. Double-clicking the item places it into the active document. (Default) |
Show: