Table of Contents

Method OnShowTooltip

Namespace
Alternet.Editor.TextSource
Assembly
Alternet.Editor.v9.dll

OnShowTooltip(ref string, IBookMark)

Raises ShowToolTip event with specified parameters.

public virtual bool OnShowTooltip(ref string tooltip, IBookMark bookMark)

Parameters

tooltip string

Bookmark description.

bookMark IBookMark

IBookMark to be described.

Returns

bool

True if succeed; otherwise false.