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


IComponentTip.Tip 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.Tip Property
ArcGIS Developer Help

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(
  System.String* 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