1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-18 19:54:44 +00:00

Destroyed MouseDown MouseUp (markdown)

FellippeHeitor 2016-12-21 14:41:42 -02:00
parent 6ba855823e
commit c5b78fcb3d

@ -1,14 +0,0 @@
The MouseDown event occurs when the left mouse button is first pressed on a control. The MouseUp event is triggered when the left mouse button is released on a control. Right after a MouseUp event is fired, a [[Click]] event is also triggered.
## Controls that respond to MouseDown/MouseUp events:
* [[Button]]
* [[Label]]
* [[Textbox]]
* [[Checkbox]]
* [[Radio button]]
* [[List]]
* [[Dropdown list]]
* [[Track bar/Slider]]
* [[Progress bar]]
* [[Picture box]]
* [[Frame]]