__TBXITEMINFOFLAGS Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies toolbox item options.
This enumeration supports a bitwise combination of its member values.
public enum class __TBXITEMINFOFLAGS
C++/CX
public enum class __TBXITEMINFOFLAGS
enum __TBXITEMINFOFLAGS
[System.Flags]
public enum __TBXITEMINFOFLAGS
[<System.Flags>]
type __TBXITEMINFOFLAGS =
Public Enum __TBXITEMINFOFLAGS
- Inheritance
-
__TBXITEMINFOFLAGS
- Attributes
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 |
From vsshell.idl:
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |