Click or drag to resize

ComboBoxOnPaintBackground Method

Overrides the OnPaintBackground.

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 paintg
)

Parameters

paintg
Type: System.Windows.FormsPaintEventArgs
Provides data for the event
See Also