vsToolBoxItemFormat Enum
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.
Indicates the format of the new ToolBox item.
public enum class vsToolBoxItemFormat
public enum class vsToolBoxItemFormat
enum vsToolBoxItemFormat
[System.Runtime.InteropServices.Guid("44DF8FDC-7378-11D2-97CA-00C04FB6C6FF")]
public enum vsToolBoxItemFormat
[<System.Runtime.InteropServices.Guid("44DF8FDC-7378-11D2-97CA-00C04FB6C6FF")>]
type vsToolBoxItemFormat =
Public Enum vsToolBoxItemFormat
- Inheritance
-
vsToolBoxItemFormat
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsToolBoxItemFormatText | 1 | Plain text item. Double-clicking the item places it into the active document. (Default) |
vsToolBoxItemFormatHTML | 2 | HTML item. Text, but might be treated differently by certain active documents. |
vsToolBoxItemFormatGUID | 4 | GUID. A string that is the class ID of a control. |
vsToolBoxItemFormatDotNETComponent | 8 | .NET Framework component. |