Click or drag to resize

ChromiumWebBrowserOpenOrCloseToolTip Method

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

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

Parameters

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