Click or drag to resize

IEditboxSelect Method

Selects a substring of the Text

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
void Select(
	int start,
	int length
)

Parameters

start
Type: SystemInt32
The start position to select
length
Type: SystemInt32
The length to select
See Also