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


IComponentTip.Image Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IC > IComponentTip Interface > IComponentTip.Image Property
ArcGIS Developer Help

IComponentTip.Image Property

The image for the tip.

[Visual Basic .NET]
Public ReadOnly Property Image As Integer
[C#]
public int Image {get;}
[C++]
HRESULT get_Image(
  OLE_HANDLE* Image
);
[C++]
Parameters
Image [out, retval]

Image is a parameter of type OLE_HANDLE*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The image associated with the context-sensitive help.

See Also

IComponentTip Interface