Description
A ItemSelectable provides a list of items of which one can be selected.
Syntax
C#
public class IItemSelectable,
VB
'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. |