Click or drag to resize

TextBoxWrapperSelect Method

Select text of specified area

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 Select(
	int start,
	int length
)

Parameters

start
Type: SystemInt32
Start of the selection.
length
Type: SystemInt32
Number of characters to select.
See Also