MouseUp event (Main Control)

Visual Basic example
Visual C++ 4.0 example

Visual J++ example

Syntax void MouseUp (short Button, short Shift, OLE_XPOS_PIXELS X, OLE_YPOS_PIXELS Y);

Overview:  Refer to Detecting Events.

Remarks

Occurs when the user releases a mouse button.

See Also

Elements:  Click event, DblClick event, MouseDown event, MouseMove event

Topics:  Working with the Control: General Behavior
Working with the Control: Client Area Usage