Click or drag to resize

ListViewOnPaintBackground Method

Overridden. Prevents painting the background of the ListView 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 OnPaintBackground(
	PaintEventArgs e
)

Parameters

e
Type: System.Windows.FormsPaintEventArgs
A PaintEventArgs that contains information about the control to paint.
See Also