A Sandcastle Documented Class Library
IEditboxSelect Method |
Selects a substring of the Text
Namespace: AdiIRCAPIv2.Interfaces
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
void Select( int start, int length )
Sub Select ( start As Integer, length As Integer )
void Select( int start, int length )
abstract Select : start : int * length : int -> unit
Parameters
- start
- Type: SystemInt32
The start position to select - length
- Type: SystemInt32
The length to select
See Also