IItemSelectable Interface

Description

A ItemSelectable provides a list of items of which one can be selected.

Syntax

'Declaration
Public Class IItemSelectable

Properties

Name Description
ItemCount the number of items in the listbox.
Items the list of items in the listbox.

Methods

Name Description
Select Selects an item.