Description Returns the index of the item most recently added to the combo-box built-in control.
Syntax
object.ComboNewIndex As Integer
Remarks - The ComboNewIndex property returns -1 if there are no items in the list or if an item has been deleted since the last item was added.
See NewIndex property in MSDN Library.
|