|
PlusWnd::Combo_GetItemData
The PlusWnd::Combo_GetItemData function returns the data
number associated with an item of a ComboBoxControl.
Syntax
[number] Combo_GetItemData(
[string] ControlId
[number] ItemIdx
);
Parameters
- ControlId
- [string] Unique identifier of the control.
- ItemIdx
- [number] Index of the item which data will be
retrieved.
Return Value
A number specifying the data associated with the item in
parameter. The number can be anything you chose to assign to the
item when adding it to 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, Combo_AddItem.
|