Click or drag to resize

ChromiumWebBrowserDesignerOnPaintAdornments Method

Version 130.1.90
Receives a call when the control that the designer is managing has painted its surface so the designer can paint any additional adornments on top of the control.

Namespace: CefSharp.WinForms
Assembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
protected override void OnPaintAdornments(
	PaintEventArgs pe
)

Parameters

pe  PaintEventArgs
args
See Also