__TBXITEMINFOFLAGS Enum

Definition

Specifies toolbox item options.

This enumeration supports a bitwise combination of its member values.

C++/CX
public enum class __TBXITEMINFOFLAGS
Inheritance
__TBXITEMINFOFLAGS
Attributes

Fields

Name Value Description
TBXIF_DELETEBITMAP 1

Toolbox deletes bitmap.

TBXIF_DONTPERSIST 2

Item is not persisted.

TBXIF_CANTREMOVE 4

User cannot remove item.

TBXIF_IMAGEINDEX 8

The two elements iImageIndex and iImageWidth, from the TBXITEMINFO structure, are valid.

Remarks

COM Signature

From vsshell.idl:

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022