|
ChatWnd::EditText_GetCurSelStart
The ChatWnd::EditText_GetCurSelStart function returns the
index of the first character currently selected in the typing area.
If nothing is selected, the index of the caret is returned.
Syntax
[number] EditText_GetCurSelStart(
);
Parameters
None.
Return Value
A numeric value representing a position in the text, ranging
from 0 to the size of the text currently in the typing area.
This function typically fails for the following reason:
- The ChatWnd object refers to a window that has been
destroyed.
Remarks
None.
Function Information
| Object |
ChatWnd |
| Availability |
Messenger Plus! Live 4.00 |
See Also
ChatWnd Object, EditText_GetCurSelEnd,
EditText_SetCurSel.
|