System.ComponentModel.BindableAttribute.BindableAttribute C# (CSharp) Method

BindableAttribute() public method

public BindableAttribute ( BindableSupport flags ) : System
flags BindableSupport
return System
        public BindableAttribute(BindableSupport flags) : this(flags, BindingDirection.OneWay) {
        }

Same methods

BindableAttribute::BindableAttribute ( BindableSupport flags, BindingDirection direction ) : System
BindableAttribute::BindableAttribute ( bool bindable ) : System
BindableAttribute::BindableAttribute ( bool bindable, BindingDirection direction ) : System