ListBindableAttribute Class
Specifies that a list can be used as a data source. A visual designer should use this attribute to determine whether to display a particular list in a data-binding picker. This class cannot be inherited.
For a list of all members of this type, see ListBindableAttribute Members.
System.Object
System.Attribute
System.ComponentModel.ListBindableAttribute
[Visual Basic] <AttributeUsage(AttributeTargets.All)> NotInheritable Public Class ListBindableAttribute Inherits Attribute [C#] [AttributeUsage(AttributeTargets.All)] public sealed class ListBindableAttribute : Attribute [C++] [AttributeUsage(AttributeTargets::All)] public __gc __sealed class ListBindableAttribute : public Attribute [JScript] public AttributeUsage(AttributeTargets.All) class ListBindableAttribute extends Attribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
For more information about using attributes, see Extending Metadata Using Attributes.
Requirements
Namespace: System.ComponentModel
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
See Also
ListBindableAttribute Members | System.ComponentModel Namespace