ListBindableAttribute Constructors

Definition

Initializes a new instance of the ListBindableAttribute class.

Overloads

ListBindableAttribute(Boolean)

Initializes a new instance of the ListBindableAttribute class using a value to indicate whether the list is bindable.

ListBindableAttribute(BindableSupport)

Initializes a new instance of the ListBindableAttribute class using BindableSupport to indicate whether the list is bindable.

ListBindableAttribute(Boolean)

Source:
ListBindableAttribute.cs
Source:
ListBindableAttribute.cs
Source:
ListBindableAttribute.cs

Initializes a new instance of the ListBindableAttribute class using a value to indicate whether the list is bindable.

public:
 ListBindableAttribute(bool listBindable);
public ListBindableAttribute (bool listBindable);
new System.ComponentModel.ListBindableAttribute : bool -> System.ComponentModel.ListBindableAttribute
Public Sub New (listBindable As Boolean)

Parameters

listBindable
Boolean

true if the list is bindable; otherwise, false.

Applies to

ListBindableAttribute(BindableSupport)

Source:
ListBindableAttribute.cs
Source:
ListBindableAttribute.cs
Source:
ListBindableAttribute.cs

Initializes a new instance of the ListBindableAttribute class using BindableSupport to indicate whether the list is bindable.

public:
 ListBindableAttribute(System::ComponentModel::BindableSupport flags);
public ListBindableAttribute (System.ComponentModel.BindableSupport flags);
new System.ComponentModel.ListBindableAttribute : System.ComponentModel.BindableSupport -> System.ComponentModel.ListBindableAttribute
Public Sub New (flags As BindableSupport)

Parameters

flags
BindableSupport

A BindableSupport that indicates whether the list is bindable.

Applies to