vsToolBoxItemFormat Enumeration

Indicates the format of the new ToolBox item.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<GuidAttribute("44DF8FDC-7378-11D2-97CA-00C04FB6C6FF")> _
Public Enumeration vsToolBoxItemFormat
'Usage
Dim instance As vsToolBoxItemFormat
[GuidAttribute("44DF8FDC-7378-11D2-97CA-00C04FB6C6FF")]
public enum vsToolBoxItemFormat
[GuidAttribute(L"44DF8FDC-7378-11D2-97CA-00C04FB6C6FF")]
public enum class vsToolBoxItemFormat
public enum vsToolBoxItemFormat

Members

Member name Description
vsToolBoxItemFormatText Plain text item. Double-clicking the item places it into the active document. (Default)
vsToolBoxItemFormatHTML HTML item. Text, but might be treated differently by certain active documents.
vsToolBoxItemFormatGUID GUID. A string that is the class ID of a control.
vsToolBoxItemFormatDotNETComponent .NET Framework component.

See Also

Reference

EnvDTE Namespace