![]() |
Previous | Next |
The cursor attribute specifies or retrieves the type of cursor that appears when the mouse is over a button in the BUTTONGROUP.
Syntax
elementID.cursor
Possible Values
This attribute is a read/write String containing one of the following values.
Value | Description |
system | Default. Platform-dependent cursor (usually an arrow). |
hand | Hand. |
help | Arrow with question mark indicating Help is available. |
*.ani or *.cur | Any .ani or .cur file (must be in the same directory as the .wms file or be in the .wmz file). |
Remarks
The cursor specified applies to all buttons in the BUTTONGROUP.
If you specify an invalid cursor value, it remains at the previously set value.
Cursor file name paths are ignored, so the cursor file must reside in the default directory.
See Also
Previous | Next |