The
methods
of System.Windows.Forms.ListControl are listed below. For a list of all members, see the ListControl Members list.
See Also: Inherited members from System.Windows.Forms.Control
Public Methods
Protected Methods
| FilterItemOnProperty(object) : object
Retrieves the current value of the System.Windows.Forms.ListControl item, if it is a property of an object, given the item.
|
| FilterItemOnProperty(object, string) : object
Returns the current value of the System.Windows.Forms.ListControl item, if it is a property of an object given the item and the property name.
|
override | IsInputKey(Keys) : bool
Handles special input keys, such as PAGE UP, PAGE DOWN, HOME, END, and so on.
|
override | OnBindingContextChanged(EventArgs)Documentation for this section has not yet been entered. |
| OnDataSourceChanged(EventArgs)
Raises the ListControl.DataSourceChanged event.
|
| OnDisplayMemberChanged(EventArgs)
Raises the ListControl.DisplayMemberChanged event.
|
| OnFormat(ListControlConvertEventArgs)
Raises the ListControl.Format event.
|
| OnFormatInfoChanged(EventArgs)
Raises the ListControl.FormatInfoChanged event.
|
| OnFormatStringChanged(EventArgs)
Raises the ListControl.FormatStringChanged event.
|
| OnFormattingEnabledChanged(EventArgs)
Raises the ListControl.FormattingEnabledChanged event.
|
| OnSelectedIndexChanged(EventArgs)
Raises the ListControl.SelectedValueChanged event.
|
| OnSelectedValueChanged(EventArgs)
Raises the ListControl.SelectedValueChanged event.
|
| OnValueMemberChanged(EventArgs)
Raises the ListControl.ValueMemberChanged event.
|
abstract | RefreshItem(int)
When overridden in a derived class, resynchronizes the data of the object at the specified index with the contents of the data source.
|
| RefreshItems()
When overridden in a derived class, resynchronizes the item data with the contents of the data source.
|
| SetItemCore(int, object)
When overridden in a derived class, sets the object with the specified index in the derived class.
|
abstract | SetItemsCore(IList)
When overridden in a derived class, sets the specified array of objects in a collection in the derived class.
|