T3000 CrossPlatform Documentation
LineLastVisit Property |
[This is preliminary documentation and is subject to change.]
Time of last visit of caret in this line
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public DateTime LastVisit { get; set; }
Public Property LastVisit As DateTime Get Set Dim instance As Line Dim value As DateTime value = instance.LastVisit instance.LastVisit = value
Property Value
Type: DateTimeRemarks
This property can be used for forward/backward navigating
See Also