Range.GoLeft Method (Boolean)

T3000 CrossPlatform

RangeGoLeft Method (Boolean)

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

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

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public void GoLeft(
	bool shift
)
Public Sub GoLeft ( 
	shift As Boolean
)

Dim instance As Range
Dim shift As Boolean

instance.GoLeft(shift)

Parameters

shift
Type: SystemBoolean

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

See Also