Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
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. |