Skip to content

MarkupList Property

Description

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

Property Type

Read-write property

Syntax (Visual Basic)

Public Property MarkupList( _
    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 STORED AS MARKUP. The index of the first item is 0 and the index of the last item is ListCount - 1.

See Also


See Also

Suite Pro Controls ActiveX Control v24.0

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