<< Click to display table of contents >> TRVStyle.LineSelectCursor |
Mouse cursor for line selection
property LineSelectCursor : TCursor
(introduced in v1.8)
This cursor is displayed when the mouse pointer is above the left margin.
This cursor is used in the special text selection mode: line selection. Line selection is started if the user started selecting with the mouse from the left margin.
Line selection does not work for right-to-left documents.
TRichView must be linked with this TRVStyle (see TRichView.Style).
You can disable line selection if you set this property to crNone (-1).
If MainRVStyle is assigned, this property provides access to the corresponding property of MainRVStyle.
Default value:
crRVFlipArrow
See also properties of TCustomRichView:
See also: