CursorIcon property


Available for all objects except ImageList and Header.

Read/Write at design time
Read/Write at run time

At design time, it specifies an existing resource ID (cursor or icon) to be displayed as the cursor shape when the mouse pointer is over the client area of the object. At run time, it also may be an existing resource ID or the handle to an image (see the SetCursorIcon method).


REMARKS
: This property only has effect if the
CursorShape property is set to ecCustom. Otherwise, it is ignored.