HighlightConfigShowAccessibilityInfo Property  | 
Version 104.4.240 
            Whether the a11y info should be shown (default: true).
            
 
    Namespace: 
   CefSharp.DevTools.Overlay
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic bool? ShowAccessibilityInfo { get; set; }public:
property Nullable<bool> ShowAccessibilityInfo {
	Nullable<bool> get ();
	void set (Nullable<bool> value);
}Property Value
Type: 
NullableBoolean
See Also