Moves the mouse pointer in the window space.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Move( _
ByVal X As Integer, _
ByVal Y As Integer, _
ByVal Flags As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IMouse
Dim X As Integer
Dim Y As Integer
Dim Flags As Integer
Dim value As Boolean
value = instance.Move(X, Y, Flags)
|
C# | |
---|
bool Move(
int X,
int Y,
int Flags
) |
C++/CLI | |
---|
bool Move(
& int X,
& int Y,
& int Flags
) |
Parameters
- X
- x coordinate where to move the pointer
- Y
- y coordinate where to move the pointer
- Flags
- Mouse command as defined in swMouse_e (see Remarks)
Return Value
True if the pointer moves to the specified position, false if not
Example
Remarks
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0