|
PlusWnd::EditBox_GetCurSelStart
The PlusWnd::EditBox_GetCurSelStart function returns the
index of the first character currently selected in an EditControl or a RichEditControl. If nothing is selected, the index
of the caret is returned.
Syntax
EditBox_GetCurSelStart(
[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_GetCurSelEnd.
|