Click or drag to resize

GroupBoxOnPaint Method

Paints the control.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
protected override void OnPaint(
	PaintEventArgs e
)

Parameters

e
Type: System.Windows.FormsPaintEventArgs
A PaintEventArgs specifies the Graphics to use to paint the control.
See Also