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