Description: | Generated when the mouse pointer is moved over the control. 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. | ||||
ComboBox | Mouse events (e.g. Click, MouseDown etc.) are not generated when the Style property is "1 - DropDown" or "2 - DropDownList", and the drop down list is displayed. | ||||
DriveList | Mouse events (e.g. Click, MouseDown etc.) are not generated when the drop down list is displayed. | ||||
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". |