Range.GoLeftThroughFolded Method

T3000 CrossPlatform

RangeGoLeftThroughFolded 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 GoLeftThroughFolded()
Public Function GoLeftThroughFolded As Boolean

Dim instance As Range
Dim returnValue As Boolean

returnValue = instance.GoLeftThroughFolded()

Return Value

Type: Boolean

[Missing <returns> documentation for "M:FastColoredTextBoxNS.Range.GoLeftThroughFolded"]

Remarks
This method can to go inside folded blocks
See Also