ChromiumWebBrowserOpenOrCloseToolTip Method |
Version 111.2.70
Open or Close the tooltip at the current mouse position.
Namespace:
CefSharp.Wpf
Assembly:
CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 111.2.70.0 (111.2.70.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