Click or drag to resize

CefDisplayHandlerOnTooltip Method

Called when the browser is about to display a tooltip. |text| contains the text that will be displayed in the tooltip. To handle the display of the tooltip yourself return true. Otherwise, you can optionally modify |text| and then return false to allow the browser to display the tooltip. When window rendering is disabled the application is responsible for drawing tooltips and the return value is ignored.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual bool OnTooltip(
	CefBrowser browser,
	string text
)

Parameters

browser
Type: Internal.Xilium.CefGlueCefBrowser
text
Type: SystemString

Return Value

Type: Boolean
See Also