Messenger Plus! Live - Scripting Documentation

The PlusWnd::EditBox_GetCurSelEnd function returns the index following the last character currently selected in an EditControl or a RichEditControl.

Syntax

EditBox_GetCurSelEnd(
    [string] ControlId
);

Parameters

ControlId
[string] Unique identifier of the control.

Return Value

A numeric value representing a position in the text, ranging from 0 to the size of the text currently in the control.

This function typically fails for the following reason:

Remarks

None.

Function Information

Object PlusWnd
Availability Messenger Plus! Live 4.21

See Also

PlusWnd Object, EditBox_GetCurSelStart.