Click or drag to resize

ComboBoxOnMouseDown Method

Overrides the MouseDown event

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 OnMouseDown(
	MouseEventArgs e
)

Parameters

e
Type: System.Windows.FormsMouseEventArgs
Provides data System.Windows.Forms.Control.MouseDown event.
Exceptions
ExceptionCondition
GeneralException
See Also