OverlayClientSetShowGridOverlaysAsync Method  | 
Version 104.4.240 
            Highlight multiple elements with the CSS Grid overlay.
            
 
    Namespace: 
   CefSharp.DevTools.Overlay
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic Task<DevToolsMethodResponse> SetShowGridOverlaysAsync(
	IList<GridNodeHighlightConfig> gridNodeHighlightConfigs
)
public:
Task<DevToolsMethodResponse^>^ SetShowGridOverlaysAsync(
	IList<GridNodeHighlightConfig^>^ gridNodeHighlightConfigs
)
Parameters
- gridNodeHighlightConfigs
 - Type: System.Collections.GenericIListGridNodeHighlightConfig
An array of node identifiers and descriptors for the highlight appearance. 
Return Value
Type: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also