Binda.BindaStrategy.SetControlValue C# (CSharp) Method

SetControlValue() public abstract method

public abstract SetControlValue ( Control control, object source, string propertyName ) : void
control System.Windows.Forms.Control
source object
propertyName string
return void
        public abstract void SetControlValue(Control control, object source, string propertyName);