Click or drag to resize

ChromiumWebBrowserDesignerOnPaintAdornments Method

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

Parameters

pe
Type: System.Windows.FormsPaintEventArgs
args
See Also