RecordComboByIndex Property
Description
Indicates whether to record combo box objects based on their index ID.
Property type
Read-write property
Syntax
Visual Basic
Public Property RecordComboByIndex As Boolean
Return Type
  • True--Records operations on a combo box item according to its position within the list.
  • False--Records operations on a combo box item according to its name.
Example
See Also