The members of System.Windows.Forms.ListControl are listed below.
See Also: Inherited members from System.Windows.Forms.Control
Initializes a new instance of the System.Windows.Forms.ListControl class. |
DataSource | object.
Gets or sets the data source for this System.Windows.Forms.ListControl. | |
DisplayMember | string.
Gets or sets the property to display for this System.Windows.Forms.ListControl. | |
FormatInfo | IFormatProvider.
Gets or sets the IFormatProvider that provides custom formatting behavior. | |
FormatString | string.
Gets or sets the format-specifier characters that indicate how a value is to be displayed. | |
FormattingEnabled | bool.
Gets or sets a value indicating whether formatting is applied to the ListControl.DisplayMember property of the System.Windows.Forms.ListControl. | |
abstract | SelectedIndex | int.
When overridden in a derived class, gets or sets the zero-based index of the currently selected item. |
SelectedValue | object.
Gets or sets the value of the member property specified by the ListControl.ValueMember property. | |
ValueMember | string.
Gets or sets the path of the property to use as the actual value for the items in the System.Windows.Forms.ListControl. |
[read-only] | AllowSelection | bool.
Gets a value indicating whether the list enables selection of list items. |
[read-only] | DataManager | CurrencyManager.
Gets the System.Windows.Forms.CurrencyManager associated with this control. |
GetItemText(object)
|
FilterItemOnProperty(object)
| ||
FilterItemOnProperty(object, string)
| ||
override | IsInputKey(Keys)
| |
override | OnBindingContextChanged(EventArgs)Documentation for this section has not yet been entered. | |
OnDataSourceChanged(EventArgs)
| ||
OnDisplayMemberChanged(EventArgs)
| ||
OnFormat(ListControlConvertEventArgs)
| ||
OnFormatInfoChanged(EventArgs)
| ||
OnFormatStringChanged(EventArgs)
| ||
OnFormattingEnabledChanged(EventArgs)
| ||
OnSelectedIndexChanged(EventArgs)
| ||
OnSelectedValueChanged(EventArgs)
| ||
OnValueMemberChanged(EventArgs)
| ||
abstract | RefreshItem(int)
| |
RefreshItems()
| ||
SetItemCore(int, object)
| ||
abstract | SetItemsCore(IList)
|
DataSourceChanged |
Occurs when the ListControl.DataSource changes. | |
DisplayMemberChanged |
Occurs when the ListControl.DisplayMember property changes. | |
Format |
Occurs when the control is bound to a data value. | |
FormatInfoChanged |
Occurs when the value of the ListControl.FormatInfo property changes. | |
FormatStringChanged |
Occurs when value of the ListControl.FormatString property changes | |
FormattingEnabledChanged |
Occurs when the value of the ListControl.FormattingEnabled property changes. | |
SelectedValueChanged |
Occurs when the ListControl.SelectedValue property changes. | |
ValueMemberChanged |
Occurs when the ListControl.ValueMember property changes. |