__TBXITEMINFOFLAGS Enum
Definition
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
public enum class __TBXITEMINFOFLAGS
enum __TBXITEMINFOFLAGS
[System.Flags]
public enum __TBXITEMINFOFLAGS
[<System.Flags>]
type __TBXITEMINFOFLAGS =
Public Enum __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 |
Remarks
COM Signature
From vsshell.idl: