T3000 CrossPlatform Documentation
RangeGoRightThroughFolded 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 virtual bool GoRightThroughFolded()
Public Overridable Function GoRightThroughFolded As Boolean Dim instance As Range Dim returnValue As Boolean returnValue = instance.GoRightThroughFolded()
Return Value
Type: Boolean[Missing <returns> documentation for "M:FastColoredTextBoxNS.Range.GoRightThroughFolded"]
Remarks
This method can to go inside folded blocks
See Also