CURSORGRAPHIC |
DEVELOPER |
|
|
Purpose |
.CursorGraphic allows you to so specify a cursor graphic image to replace the Windows cursor when the mouse pointer hovers over certain objects. |
Syntax |
Setting: ObjectReference.CursorGraphic = Value |
Operation |
ObjectReference is the Tag Name of the object |
Remarks |
The file can be located within any of the Client bitmap folders. If not found, it will search in the standard Windows\Cursors folder to allow standard Microsoft pointers to be used. The Windows Client also supports animated Cursor files with the "ani" extension. |
Example |
To change the mouse pointer to the PEN_L mouse pointer when the cursor is located over the CancelButton: |
Topic ID: 510047