Click or drag to resize

TextBoxOnPaintBackground Method

Overrides the OnPaintBackground. The method will only return.

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 OnPaintBackground(
	PaintEventArgs e
)

Parameters

e
Type: System.Windows.FormsPaintEventArgs
PaintEventArgs paint which is not used
See Also