ArcObjects Library Reference (SystemUI)  

IComponentTip.Tip Property

The main body of the tip.

[Visual Basic .NET]
Public ReadOnly Property Tip As String
[C#]
public string Tip {get;}
[C++]
HRESULT get_Tip(
  BSTR* Tip
);
[C++]

Parameters

Tip [out, retval]   Tip is a parameter of type BSTR

Product Availability

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

Description

The content of the context-sensitive help.

See Also

IComponentTip Interface