DOMClientGetRelayoutBoundaryAsync Method |
Version 113.3.50
Returns the id of the nearest ancestor that is a relayout boundary.
Namespace:
CefSharp.DevTools.DOM
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 113.3.50.0
Syntax public Task<GetRelayoutBoundaryResponse> GetRelayoutBoundaryAsync(
int nodeId
)
public:
Task<GetRelayoutBoundaryResponse^>^ GetRelayoutBoundaryAsync(
int nodeId
)
Parameters
- nodeId
- Type: SystemInt32
Id of the node.
Return Value
Type:
TaskGetRelayoutBoundaryResponsereturns System.Threading.Tasks.Task<GetRelayoutBoundaryResponse>
See Also