ComboItem Property

Returns the string associated with an item in the editor's combo list.

Syntax

val$ = [form!]VSFlexGrid.ComboItem([ Index As Long ])

Remarks

The ComboItem property allows you to customize editing when using drop-down or combo lists. It is valid only while the user is editing a value using a list.

See the ComboCount property for an example.

Data Type

String

See Also

VSFlexGrid Control