BindaTests.Helpers.TestBindaStrategy.GetControlValue C# (CSharp) Method

GetControlValue() public method

public GetControlValue ( Control control ) : object
control System.Windows.Forms.Control
return object
        public override object GetControlValue(Control control)
        {
            return GetValue;
        }