Skip to content

List Property

Description

Returns or sets the items contained in a list box's list portion. The list is a string array in which each element is a list item.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property List( _
    ByVal Index As Long _
) As String

Parameters

  • Index: The number of a specific item in the list.

Remarks

Use this property to access list items. The index of the first item is 0 and the index of the last item is ListCount - 1.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.