Click or drag to resize

TextBoxWrapperMoveCaret Method

Move the caret to the left or to the right

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.GTPU.Windows.Forms (in ABB.Robotics.GTPU.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public void MoveCaret(
	bool bForward
)

Parameters

bForward
Type: SystemBoolean
true to move the caret forwards; false to move the caret backwards.
See Also