ParentControlDesigner::OnPaintAdornments Method (PaintEventArgs^)

 

Called 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:   System.Windows.Forms.Design
Assembly:  System.Design (in System.Design.dll)

protected:
virtual void OnPaintAdornments(
	PaintEventArgs^ pe
) override

Parameters

pe
Type: System.Windows.Forms::PaintEventArgs^

A PaintEventArgs that provides data for the event.

.NET Framework
Available since 1.1
Return to top
Show: