SelCount

[property icon] SelCount

Returns the number of currently selected items in a multi-selection list box

Integer property

Applies to: List Box


>

SelCount

This property is used to return the number of currently selected entries in a multiple selection list box (See Selection). For example:

Count = .listControl1.selcount

See also

List Box methods, properties and events.