|
PlusWnd::LstBox_RemoveItem
The PlusWnd::LstBox_RemoveItem function removes an item
from a ListBoxControl.
Syntax
LstBox_RemoveItem(
[string] ControlId,
[number] ItemIdx
);
Parameters
- ControlId
- [string] Unique identifier of the control.
- ItemIdx
- [number] Index of the item that is to be removed from the
list.
Return Value
No value is returned by this function.
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.
|