vsToolBoxItemFormat Enum

Definition

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

vsToolBoxItemFormatDotNETComponent 8

.NET Framework component.

vsToolBoxItemFormatGUID 4

GUID. A string that is the class ID of a control.

vsToolBoxItemFormatHTML 2

HTML item. Text, but might be treated differently by certain active documents.

vsToolBoxItemFormatText 1

Plain text item. Double-clicking the item places it into the active document. (Default)

Applies to