__TBXITEMINFOFLAGS Enumeration

Specifies toolbox item options.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration __TBXITEMINFOFLAGS
[FlagsAttribute]
public enum __TBXITEMINFOFLAGS
[FlagsAttribute]
public enum class __TBXITEMINFOFLAGS
[<FlagsAttribute>]
type __TBXITEMINFOFLAGS
public enum __TBXITEMINFOFLAGS

Members

Member name Description
TBXIF_DELETEBITMAP Toolbox deletes bitmap.
TBXIF_DONTPERSIST Item is not persisted.
TBXIF_CANTREMOVE User cannot remove item.
TBXIF_IMAGEINDEX The two elements iImageIndex and iImageWidth, from the TBXITEMINFO structure, are valid.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace