__TBXITEMINFOFLAGS Enum

Definition

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

TBXIF_CANTREMOVE 4

User cannot remove item.

TBXIF_DELETEBITMAP 1

Toolbox deletes bitmap.

TBXIF_DONTPERSIST 2

Item is not persisted.

TBXIF_IMAGEINDEX 8

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

Remarks

COM Signature

From vsshell.idl:

Applies to