Managed Windows API
ListContent Class
NamespacesManagedWinapi.Windows.ContentsListContent
The content of a list box or combo box.
Declaration Syntax
C#
public class ListContent : WindowContent
Members
All MembersProperties



IconMemberDescription
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

Assembly: ManagedWinapi (Module: ManagedWinapi) Version: 0.3.0.0 (0.3)