Click or drag to resize

ChromiumWebBrowserDesignerOnPaintAdornments Method

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

Parameters

pe
Type: System.Windows.FormsPaintEventArgs
args
See Also