OverlayClientHighlightFrameAsync Method |
Version 87.1.132
Highlights owner element of the frame with given id.
Namespace:
CefSharp.DevTools.Overlay
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax public Task<DevToolsMethodResponse> HighlightFrameAsync(
string frameId,
RGBA contentColor = null,
RGBA contentOutlineColor = null
)
public:
Task<DevToolsMethodResponse^>^ HighlightFrameAsync(
String^ frameId,
RGBA^ contentColor = nullptr,
RGBA^ contentOutlineColor = nullptr
)
Parameters
- frameId
- Type: SystemString
Identifier of the frame to highlight. - contentColor (Optional)
- Type: CefSharp.DevTools.DOMRGBA
The content box highlight fill color (default: transparent). - contentOutlineColor (Optional)
- Type: CefSharp.DevTools.DOMRGBA
The content box highlight outline color (default: transparent).
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also