- control
- The control where the objects are rendered.
- args
- The arguments that are received through the system MouseUp event.
- objectIndex
- Index of the object that receives the effects of handling the mouse event.
Visual Basic (Declaration) | |
---|---|
Public Sub HandleMouseUp( _ ByVal control As Control, _ ByVal args As MouseEventArgs, _ ByVal objectIndex As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void HandleMouseUp( Control control, MouseEventArgs args, int objectIndex ) |
C++/CLI | |
---|---|
public: void HandleMouseUp( Control control, MouseEventArgs args, int objectIndex ) |
Parameters
- control
- The control where the objects are rendered.
- args
- The arguments that are received through the system MouseUp event.
- objectIndex
- Index of the object that receives the effects of handling the mouse event.
This method handles the complicated mouse tasks and actions.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family