This document is archived and information here might be outdated.  Recommended version.


IToolbarMenu.Bitmap Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IT > IToolbarMenu Interface > IToolbarMenu.Bitmap Property
ArcGIS Developer Help

IToolbarMenu.Bitmap Property

The bitmap that is used as the icon on this ToolbarMenu.

[Visual Basic .NET]
Public Property Bitmap As Integer
[C#]
public int Bitmap {get; set;}
[C++]
HRESULT get_Bitmap(
  OLE_HANDLE* pVal
);
[C++]
HRESULT put_Bitmap(
  OLE_HANDLE pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type OLE_HANDLE* pVal [in]
pVal is a parameter of type OLE_HANDLE

Product Availability

Available with ArcGIS Engine.

Description

The Bitmap of the ToolbarMenu.

See Also

IToolbarMenu Interface