__TBXITEMINFOFLAGS Enumeration
Visual Studio 2015
Specifies toolbox item options.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| TBXIF_CANTREMOVE | User cannot remove item. | |
| TBXIF_DELETEBITMAP | Toolbox deletes bitmap. | |
| TBXIF_DONTPERSIST | Item is not persisted. | |
| TBXIF_IMAGEINDEX | The two elements iImageIndex and iImageWidth, from the TBXITEMINFO structure, are valid. |
From vsshell.idl:
Show: