BindaTests.Helpers.TestBindaStrategy.GetControlValue C# (CSharp) Méthode

GetControlValue() public méthode

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