TabPositionsCount Property (AListBox)

Returns or sets the number of tab stop items in the TabStops array of the object.

Syntax

Object.TabPositionsCount [ = lTabPositionsCount ]

The TabPositionsCount property syntax has the following parts:

 

Name

Type

Description

Object

AListBox

AListBox control

lTabPositionsCount

Long

A integer specifying the number of tab stop items in the TabStops array of the control.

Comments

The default value is zero, meaning do not use tab stops.

During design time the array size is determined by the user when entering TabPositions. At run time this size is determined using the TabPositionsCount, which can be set dynamically up to 256.

Example

The following statement returns the number of tab stops in the list of the AListBox:

llb1TabPositionsCount = lb1.TabPositionsCount

Applies to

AListBox

See Also

List, TabPositions