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


IToolbarMenu.Bitmap Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Controls)  

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