Share via


TBXITEMINFO.hBmp Field

Specifies a 16x16 bitmap for the toolbox.

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

Syntax

'Declaration
Public hBmp As IntPtr
'Usage
Dim instance As TBXITEMINFO 
Dim value As IntPtr 

value = instance.hBmp 

instance.hBmp = value
public IntPtr hBmp
public:
IntPtr hBmp
public var hBmp : IntPtr

Remarks

COM Signature

From vsshell.idl:

.NET Framework Security

See Also

Reference

TBXITEMINFO Structure

TBXITEMINFO Members

Microsoft.VisualStudio.Shell.Interop Namespace