ChromiumWebBrowserTooltipText Property  | 
Version 87.1.132 
            The text that will be displayed as a ToolTip
            
 
    Namespace: 
   CefSharp.Wpf
    Assembly:
   CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 87.1.132.0 (87.1.132.0)
Syntaxpublic string TooltipText { get; }public:
virtual property String^ TooltipText {
	String^ get () sealed;
}Property Value
Type: 
StringThe tooltip text.
Implements
IWebBrowserTooltipText
See Also