IVsToolbox6::GetBitmapBackground Method (IDataObject^)

 

Retrieves the transparent background color of the specified toolbox item.

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

unsigned int GetBitmapBackground(
	IDataObject^ pItem
)

Parameters

pItem
Type: Microsoft.VisualStudio.OLE.Interop::IDataObject^

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

Return Value

Type: System::UInt32

The transparent background color.

Return to top
Show: