IPopupFeaturesToolBarVisible Property  | 
Version 106.0.290 
            Gets a value indicating whether the tool bar is visible.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxbool ToolBarVisible { get; }property bool ToolBarVisible {
	bool get ();
}Property Value
Type: 
Boolean
            True if tool bar visible, false if not.
            
See Also