System.ComponentModel.LookupBindingPropertiesAttribute Class

Specifies the properties that support lookup-based binding. This class cannot be inherited.

See Also: LookupBindingPropertiesAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class LookupBindingPropertiesAttribute : Attribute

Remarks

The System.ComponentModel.LookupBindingPropertiesAttribute is used to specify the properties used with lookup-based binding, particularly System.Windows.Forms.ListBox and System.Windows.Forms.ComboBox controls.

The System.ComponentModel.LookupBindingPropertiesAttribute is specified at the class level. The class can be inherited and does not allow multiple attributes on the same class.

Requirements

Namespace: System.ComponentModel
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0