This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IT > IToolbarMenu Interface > IToolbarMenu.Bitmap Property (ArcObjects .NET 10.5 SDK) |
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
The Bitmap of the ToolbarMenu.