Messenger Plus! Live - Scripting Documentation

The PlusWnd::Combo_SetCurSel function changes the selection in a ComboBoxControl.

Syntax

Combo_SetCurSel(
    [string] ControlId
    [number] ItemIdx
);

Parameters

ControlId
[string] Unique identifier of the control.
ItemIdx
[number] Index of the item to select in the combo's list.

Return Value

No value is returned by this function.

This function typically fails for the following reason:

Remarks

None.

Function Information

Object PlusWnd
Availability Messenger Plus! Live 4.00

See Also

PlusWnd Object, Combo_GetCurSel.