Click or drag to resize

TextBoxSelect Method (Int32, Int32)

Select the text at specified area

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public void Select(
	int start,
	int length
)

Parameters

start
Type: SystemInt32
Selection start
length
Type: SystemInt32
Length of selection
See Also