Range.GoWordRight Method

T3000 CrossPlatform

RangeGoWordRight Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:FastColoredTextBoxNS.Range.GoWordRight(System.Boolean,System.Boolean)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public void GoWordRight(
	bool shift,
	bool goToStartOfNextWord = false
)
Public Sub GoWordRight ( 
	shift As Boolean,
	Optional goToStartOfNextWord As Boolean = false
)

Dim instance As Range
Dim shift As Boolean
Dim goToStartOfNextWord As Boolean

instance.GoWordRight(shift, goToStartOfNextWord)

Parameters

shift
Type: SystemBoolean

[Missing <param name="shift"/> documentation for "M:FastColoredTextBoxNS.Range.GoWordRight(System.Boolean,System.Boolean)"]

goToStartOfNextWord (Optional)
Type: SystemBoolean

[Missing <param name="goToStartOfNextWord"/> documentation for "M:FastColoredTextBoxNS.Range.GoWordRight(System.Boolean,System.Boolean)"]

See Also