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(
  long* pVal
);
[C++]
HRESULT put_Bitmap(
  long pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type long pVal [in]   pVal is a parameter of type long

Product Availability

Available with ArcGIS Engine.

Description

The Bitmap of the ToolbarMenu.

See Also

IToolbarMenu Interface