|
TRVStyle.LineSelectCursor |
Top Previous Next |
|
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). Default value:
See also properties of TCustomRichView: See also: |