Description: | Generated when a mouse button is released. The Click and DblClick events are generated after the MouseDown and MouseUp events. The control that receives the MouseDown event continues to receive MouseMove events until the corresponding MouseUp event - whether or not the mouse remains over the control. Note that if the focus changes, or if the active window changes (e.g. Alt + Tab key pressed), the MouseUp event may not be generated. | ||||
ComboBox | The event is generated when the Style property is "1 - DropDown" or "2 - DropDownList", and the drop down list is displayed, and the menu button is clicked (to hide the drop down list). | ||||
DriveList | The event is generated when the control loses focus and when the drop down list is displayed, and the menu button is clicked (to hide the drop down list). | ||||
TreeView and ListView | Mouse events (e.g. Click, MouseDown etc.) are not generated when a label is being edited. | ||||
Used in controls: | Animation CheckBox ComboBox CommandButton DriveList FileList | FolderList Frame Graph GroupBox Image ListBox | ListView MCI OptionButton ProgressIndicator ScrollBar Slider | StaticText Tab Table TextBox Toolbar TreeView | |
Used in objects: | Form | ||||
Parameters: | |||||
Form and GroupBox | 1. VT_I2 - MouseButton S9(4) COMP-5 2. VT_I2 - ShiftState S9(4) COMP-5 3. VT_I4 - PosX S9(9) COMP-5 4. VT_I4 - PosY S9(9) COMP-5 | ||||
Others | 1. [VT_I4 - Index S9(9) COMP-5] 2. VT_I2 - MouseButton S9(4) COMP-5 3. VT_I2 - ShiftState S9(4) COMP-5 4. VT_I4 - PosX S9(9) COMP-5 5. VT_I4 - PosY S9(9) COMP-5 | ||||
Description of parameters (with constants): | |||||
Form and GroupBox |
| ||||
Others |
The descriptions of the other parameters (from 2 to 5) are the same as "Form and GroupBox". |