Description
Occurs when the user releases a mouse button.
Syntax
| [Visual Basic .NET] |
|---|
Public Sub MouseUp( _
ByVal Button As Integer, _
ByVal Shift As Integer, _
ByVal X As Integer, _
ByVal Y As Integer _
)
|
| [Managed C++] |
|---|
public: void MouseUp( int Button, int Shift, int X, int Y );
|
| [Java] |
|---|
public mouseUp( ppInteger Button, ppInteger Shift, int X, int Y );
|
| [Unmanaged C++] |
|---|
public: HRESULT MouseUp( int Button, int Shift, long X, long Y );
|
Parameters
See Also