|
PlusWnd::EditBox_GetCurSelEnd
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:
- The PlusWnd object refers to a window that has been
destroyed.
Remarks
None.
Function Information
| Object |
PlusWnd |
| Availability |
Messenger Plus! Live 4.21 |
See Also
PlusWnd Object, EditBox_GetCurSelStart.
|