Share via


IVsToolbox6.GetBitmapBackground(IDataObject) Method

Definition

Retrieves the transparent background color of the specified toolbox item.

public:
 System::UInt32 GetBitmapBackground(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ pItem);
public:
 unsigned int GetBitmapBackground(Microsoft::VisualStudio::OLE::Interop::IDataObject ^ pItem);
unsigned int GetBitmapBackground(Microsoft::VisualStudio::OLE::Interop::IDataObject const & pItem);
public uint GetBitmapBackground (Microsoft.VisualStudio.OLE.Interop.IDataObject pItem);
abstract member GetBitmapBackground : Microsoft.VisualStudio.OLE.Interop.IDataObject -> uint32
Public Function GetBitmapBackground (pItem As IDataObject) As UInteger

Parameters

pItem
IDataObject

[in] The toolbox item from which to retrieve the transparent background color.

Returns

The transparent background color.

Applies to