combobox.curSel Property


strText = combobox.curSel;
combobox.curSel = item;

Gets/sets the current selection in the combobox.

Parameters

item
Required. Either an integer as the zero-based index of the item or a string specifying the item text. The string may be a regular expression.

See also

combobox Overview | combobox.item

 


© 2003 Lightweight Technologies. All rights reserved.