System.Windows.Forms.ListControl.FormattingEnabled Property

Gets or sets a value indicating whether formatting is applied to the ListControl.DisplayMember property of the System.Windows.Forms.ListControl.

Syntax

[System.ComponentModel.DefaultValue(false)]
public bool FormattingEnabled { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Setting the ListControl.FormattingEnabled property to true causes the ListControl.Format event to be raised for each visible member of the System.Windows.Forms.ListControl.

ComboBox.SelectedIndex, ListControl.SelectedValue, and ListControl.FormattingEnabled are related as follows:

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0