__TBXITEMINFOFLAGS Enumeration

 

Specifies toolbox item options.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[FlagsAttribute]
public enum __TBXITEMINFOFLAGS

Member nameDescription
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:

Return to top
Show: