ChromiumWebBrowserOpenOrCloseToolTip Method |
Version 118.6.80
Open or Close the tooltip at the current mouse position.
Namespace:
CefSharp.Wpf
Assembly:
CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax protected virtual void OpenOrCloseToolTip(
string text
)
protected:
virtual void OpenOrCloseToolTip(
String^ text
)
Parameters
- text
- Type: SystemString
ToolTip text, if null or empty tooltip will be closed.
See Also