The content of a list box or combo box.
Declaration Syntax
C# |
public class ListContent : WindowContent
Members
All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
ComponentType | ||
Count |
The number of items in this list.
| |
Item[([(Int32])]) |
Accesses individual list items.
| |
LongDescription | ||
PropertyList | ||
SelectedIndex |
The index of the selected item, or -1 if no item
is selected.
| |
SelectedValue |
The value in this list or combo box that is selected.
In a combo box, this value may not be in the list.
| |
ShortDescription |
Inheritance Hierarchy
Object | |
ListContent |