diff --git a/MouseDown-MouseUp.md b/MouseDown-MouseUp.md deleted file mode 100644 index 491e621..0000000 --- a/MouseDown-MouseUp.md +++ /dev/null @@ -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]] \ No newline at end of file