OverlayClientSetShowFlexOverlaysAsync Method |
Version 118.6.80
SetShowFlexOverlays
Namespace:
CefSharp.DevTools.Overlay
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public Task<DevToolsMethodResponse> SetShowFlexOverlaysAsync(
IList<FlexNodeHighlightConfig> flexNodeHighlightConfigs
)
public:
Task<DevToolsMethodResponse^>^ SetShowFlexOverlaysAsync(
IList<FlexNodeHighlightConfig^>^ flexNodeHighlightConfigs
)
Parameters
- flexNodeHighlightConfigs
- Type: System.Collections.GenericIListFlexNodeHighlightConfig
An array of node identifiers and descriptors for the highlight appearance.
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also