Click or drag to resize

TextBoxOnMouseDown Method

Override of OnMouseDown Calculation of what has been pressed a watermarks or a listviewitem.

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
An MouseEventArgs that contains the event data.
See Also