Property SLScope.TSLDisplayCursor.MouseCursors
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLDisplayCursor
Contents |
Syntax
Delphi:
property MouseCursors : TSLDisplayCursorMouseCursor read FMouseCursors write SetMouseCursors;
C++ Builder:
__property TSLDisplayCursorMouseCursor * MouseCursors = { read=FMouseCursors, write=SetMouseCursors };
Summary
Specifies the image used to represent the mouse pointer when it passes into the region covered by the display cursor.
Description
Change the value of MouseCursors to provide feedback to the
user when the mouse pointer enters the display cursor.