Table of Contents

Method OnShowTooltip

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

OnShowTooltip(ref string, IBookMark)

Raises ShowToolTip event.

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

Parameters

tooltip string

Tooltip to be displayed.

bookMark IBookMark

IBookMark under the mouse cursor.

Returns

bool

True if event is handled, otherwise false.