Click or drag to resize

ChromiumWebBrowserOpenOrCloseToolTip Method

Version 113.3.50
Open or Close the tooltip at the current mouse position.

Namespace:  CefSharp.Wpf
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 113.3.50.0 (113.3.50.0)
Syntax
protected virtual void OpenOrCloseToolTip(
	string text
)

Parameters

text
Type: SystemString
ToolTip text, if null or empty tooltip will be closed.
See Also