Click or drag to resize

ChromiumWebBrowserDesignerOnPaintAdornments Method

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

Parameters

pe
Type: System.Windows.FormsPaintEventArgs
args
See Also