IEditbox.SelectionStart Property

AdiIRC API v2

IEditboxSelectionStart Property

Returns the selection start position in the IEditbox

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
int SelectionStart { get; set; }
Property SelectionStart As Integer
	Get
	Set
property int SelectionStart {
	int get ();
	void set (int value);
}
abstract SelectionStart : int with get, set

Property Value

Type: Int32
See Also