Any list box, including those from other applications.
| C# |
public class SystemListBox
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Count |
The number of elements in this list box.
| |
| FromSystemWindow(SystemWindow) |
Get a SystemListBox reference from a SystemWindow (which is a list box)
| |
| Item[([(Int32])]) |
Get an element of this list box by index.
| |
| SelectedIndex |
The index of the selected element in this list box.
| |
| SelectedItem |
The selected element in this list box.
| |
| SystemWindow |
The SystemWindow instance that represents this list box.
|
| Object | |
| SystemListBox | |