MouseUpControl Event

See Also     Examples     Applies To

Occurs when the mouse pointer is over the control and a mouse button is released.

Syntax

Sub object_MouseUpControl (Button, Shift, X, Y)

The MouseUpControl syntax has these parts:

Part Description
object Required. An object expression that evaluates to an object in the Applies To list.
Button Required. Integer. The button that was pressed.
Shift Required. Integer. The state of the SHIFT key.
X Required. Single. The x-coordinate (0 based), in pixel, of the mouse position within the viewer.
Y Required. Single. The y-coordinate (0 based), in pixel, of the mouse position within the viewer.

Remarks

Mouse events occur in the following order:
1.
MouseUpControl
2.
MouseMoveControl
3.
MouseDownControl






© Copyright 2008 GdPicture All rights reserved.
Documentation MAP.