| Kixforms Class Library |
Cursor Property |
Sets the cursor that is displayed when the mouse pointer is over the control.
Cursor = Long Cursor = String
Long
One of the CursorStyle values that specifies the cursor to display when the mouse pointer is over the control.
String
A string expression that evaluates to the fully qualified pathname of an CUR, ICO or ANI file.
$Form.Cursor = 13 $Form.Cursor = $System.CursorStyle.AppStarting $Form.Cursor = "%windir%\cursors\3dgarro.cur"
| The CHM file was converted to HTML by chm2web software. |