Table of Contents

Method OnShowTooltip

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

OnShowTooltip(ref string, IBookMark)

Raises OnShowTooltip event.

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

Parameters

tooltip string

Tooltip to be displayed.

bookMark IBookMark

Bookmark under the mouse cursor.

Returns

bool

True if event is handled, otherwise false.