SelCount

This property returns the number of selected items in a ListBox control.

Syntax

object.SelCount

Parameters

object
Object expression that evaluates to a ListBox control.

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.