IsControlTestForControlType() public method

Gets true if the test is ControlType test for ControlTypeName
public IsControlTestForControlType ( string ControlTypeName ) : bool
ControlTypeName string
return bool
 public override bool Fit(AutomationTest test)
 {
     return test.IsControlTestForControlType(this._controlTypeName);
 }
 public override bool Fit(AutomationTest test)
 {
     return(test.IsControlTestForControlType(this._controlTypeName));
 }