Share via


Link::SetLinkToolTip method

Sets the link tooltip of the Link.

Syntax

virtual HRESULT SetLinkToolTip(
  [in] LPCWSTR linkToolTip
) = 0;

Parameters

linkToolTip [in]

The link tooltip.

Return value

If the function succeeds, it returns S_OK. If it fails, it returns an error value.

Remarks

A Link holds data from an Issue/Solution/Links/Link or Issue/AnalysisLinks/Link element.

The link tooltip is the value of element Link/LinkToolTip.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
AxeRuntime.h
DLL
AxeCore.dll

See also

Link