ChromiumWebBrowserTooltipText Property |
Version 130.1.90
The text that will be displayed as a ToolTip
Namespace: CefSharp.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public string TooltipText { get; }
public:
virtual property String^ TooltipText {
String^ get () sealed;
}
Property Value
StringThe tooltip text.
Implements
IWebBrowserTooltipTextSee Also