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