CSSClientGetBackgroundColorsAsync Method |
Version 130.1.90
GetBackgroundColors
Namespace: CefSharp.DevTools.CSSAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<GetBackgroundColorsResponse> GetBackgroundColorsAsync(
int nodeId
)
public:
Task<GetBackgroundColorsResponse^>^ GetBackgroundColorsAsync(
int nodeId
)
Parameters
- nodeId Int32
- Id of the node to get background colors for.
Return Value
TaskGetBackgroundColorsResponsereturns System.Threading.Tasks.Task<GetBackgroundColorsResponse>
See Also