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