Skip to main content
.NET Framework Class Library
BindableAttribute Constructor





Initializes a new instance of the BindableAttribute class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List
 NameDescription
Public methodBindableAttribute(BindableSupport)Initializes a new instance of the BindableAttribute class with one of the BindableSupport values.
Public methodBindableAttribute(Boolean)Initializes a new instance of the BindableAttribute class with a Boolean value.
Public methodBindableAttribute(BindableSupport, BindingDirection)Initializes a new instance of the BindableAttribute class.
Public methodBindableAttribute(Boolean, BindingDirection)Initializes a new instance of the BindableAttribute class.
Top