Click or drag to resize

ChromiumWebBrowserOpenOrCloseToolTip Method

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

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

Parameters

text  String
ToolTip text, if null or empty tooltip will be closed.
See Also