T3000 CrossPlatform Documentation
RangeGoLeft Method |
[This is preliminary documentation and is subject to change.]
Move range left
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public bool GoLeft()
Public Function GoLeft As Boolean Dim instance As Range Dim returnValue As Boolean returnValue = instance.GoLeft()
Return Value
Type: Boolean[Missing <returns> documentation for "M:FastColoredTextBoxNS.Range.GoLeft"]
Remarks
This method jump over folded blocks
See Also