Skip to content

SelCount Property

Description

Returns the number of selected items in the list box control.

Property Type

Read-only property

Syntax (Visual Basic)

Public Property SelCount() As Long

Remarks

The SelCount property returns 0 if no items are selected. Otherwise, it returns the number of list items currently selected. This property is particularly useful when users can make multiple selections.

See Also


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