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

BindableAttribute() public method

public BindableAttribute ( BindableSupport flags, BindingDirection direction ) : System
flags BindableSupport
direction BindingDirection
return System
        public BindableAttribute(BindableSupport flags, BindingDirection direction) {
            this.bindable = (flags != BindableSupport.No);
            this.isDefault = (flags == BindableSupport.Default);
            this.direction = direction;
        }
        

Same methods

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