IEditbox.SelectionLength Property

AdiIRC API v2

IEditboxSelectionLength Property

Returns the selection length in the IEditbox

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

Property Value

Type: Int32
See Also