CursorObj (Read/Write) |
Top Previous Next |
Specifies the location of the cursor in the presentation space. The row and column of the cursor is contained within the Position object.
VB.NET
Screen.Cursor [= Position]
C#
Screen.Cursor; [= Position]
|