Interface IListControl
Provides access to some method and properties of the list controls.
public interface IListControl : IControl, IDisposable, IWin32Window
Properties
- SelectedIndex
Gets or sets index of the selected item.
Methods
- Add(ListControlItem)
Adds new item to the control.
- FindStringExact(string)
Finds the first item in the combo box that matches the specified string.
- GetItemAsObject(int)
Gets item with the specified index as object.