|
PlusWnd::Combo_GetCurSel
The PlusWnd::Combo_GetCurSel function returns the current
selection in a ComboBoxControl.
Syntax
[number] Combo_GetCurSel(
[string] ControlId
);
Parameters
- ControlId
- [string] Unique identifier of the control.
Return Value
A number specifying the index of the item currently selected in
the combo's list. If no item is selected, the return value is
-1.
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.00 |
See Also
PlusWnd Object, Combo_SetCurSel.
|