ArcObjects Library Reference (SystemUI)  

IComponentTip.Heading Property

The heading for the tip.

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

Parameters

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

Product Availability

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

Description

The title for the context-sensitive help.

See Also

IComponentTip Interface