Property SLScope.TSLDisplayCursorMouseCursor.Horizontal
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: TSLDisplayCursorMouseCursor
Contents |
Syntax
Delphi:
property Horizontal : TCursor read FHorizontal write SetHorizontal default crDefault;
C++ Builder:
__property TCursor Horizontal = { read=FHorizontal, write=SetHorizontal, default=crDefault };
Summary
Specifies the image used to represent the mouse pointer when it passes into the region covered by the horizontal cursors.
Description
Change the value of the property to provide feedback to the
user when the mouse pointer enters the horizontal cursors.