ArcObjects Library Reference (SystemUI)  

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

Parameters

Image [out, retval]   Image is a parameter of type long

Product Availability

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

Description

The image associated with the context-sensitive help.

See Also

IComponentTip Interface