Click or drag to resize

IEditboxSelect Method

Selects a substring of the Text

Namespace:  AdiIRCAPI
Assembly:  AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
void Select(
	int Start,
	int Length
)

Parameters

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