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
[GuidAttribute("44DF8FDC-7378-11D2-97CA-00C04FB6C6FF")]
public enum vsToolBoxItemFormat
[GuidAttribute(L"44DF8FDC-7378-11D2-97CA-00C04FB6C6FF")]
public enum class vsToolBoxItemFormat
[<GuidAttribute("44DF8FDC-7378-11D2-97CA-00C04FB6C6FF")>]
type vsToolBoxItemFormat
public enum vsToolBoxItemFormat
Members
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) |