Button Properties
LeaveOffset
Configure how much the mouse should move away after clicking. Use if the Button has a Mouseover Tooltip which hides to Button, so no retry can be executed. Set a custom Point or use for example t.Properties.MouseClickApproachOffset
Default: Point.Empty, so the mouse does not move away after clicking.
Syntax: public Point LeaveOffset { get; set; }
SlowApproachBeforeClick
If true the mouse moves with a slow approach to the point before clicking , using the t.Properties.MouseClickApproachOffset
. If false the mouse jumps immediately to the point and clicks.
Default: true
Syntax: public bool SlowApproachBeforeClick { get; set; }
Last updated