|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The UseMode property is used to determine or change how the PDF Reader control reacts to mouse input. The mouse is used to select text in the document or to move within the document pages. |
|
|
|
|
|
|
|
| A slider control is used to select a value between two bounds...... |
|
|
|
|
|
|
|
| Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications.... |
|
|
|
|
|
|
|
| When a page template is applied to a page, all the controls and code found in the template are "copied" into the page...... |
|
|
|
|
|
|
|
| The end user can zoom the content of a window with the mouse...... |
|
|
|
|
|
|
|
| WEBDEV proposes two modes for moving controls in a page...... |
|
|
|
|
|
|
|
| Directs all the events associated with the mouse toward a specific window or control, regardless of the screen object where the mouse event occurs. |
|
|
|
|
|
|
|
| Simulates the keystrokes and the mouse actions. |
|
|
|
|
|
|
|
| Displays or hides the mouse cursor. |
|
|
|
|
|
|
|
| List of constants used by the functions for managing cursors and the mouse... |
|
|
|
|
|
|
|
| Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.). |
|
|
|
|
|
|
|
| Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.). |
|
|
|
|
|
|
|
| Identifies the control hovered over with the mouse cursor. |
|
|
|
|
|
|
|
| List of functions for mouse management... |
|
|
|
|
|
|
|
| Returns and modifies the position of the mouse cursor. |
|
|
|
|
|
|
|
| Displays a mouse pointer shaped like an hourglass. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|