|
PlusWnd::Combo_GetCount
The PlusWnd::Combo_GetCount function returns the count of
items in a ComboBoxControl.
Syntax
[number] Combo_GetCount(
[string] ControlId
);
Parameters
- ControlId
- [string] Unique identifier of the control.
Return Value
A number specifying the count of items in the combo's list.
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.
|