Click or drag to resize

ChromiumWebBrowserDesignerOnPaintAdornments Method

Version 96.0.142
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: 96.0.142.0 (96.0.142.0)
Syntax
protected override void OnPaintAdornments(
	PaintEventArgs pe
)

Parameters

pe
Type: System.Windows.FormsPaintEventArgs
args
See Also