MouseUp event (ILEADRasterView)
Visual Basic example
Visual C++ 5.0 example
Delphi 4 example
C++ Builder example
Syntax
void MouseUp (short Button, short Shift, float x, float 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