Button Properties
Last updated
Was this helpful?
Last updated
Was this helpful?
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 or use for example
Default: , so the mouse does not move away after clicking.
Syntax: public Point LeaveOffset { get; set; }
If true the mouse moves with a slow approach to the point before clicking , using the . If false the mouse jumps immediately to the point and clicks.
Default: true
Syntax: public bool SlowApproachBeforeClick { get; set; }