IsControlTestForControlType() публичный Метод

Gets true if the test is ControlType test for ControlTypeName
public IsControlTestForControlType ( string ControlTypeName ) : bool
ControlTypeName string
Результат bool
Пример #1
0
 public override bool Fit(AutomationTest test)
 {
     return test.IsControlTestForControlType(this._controlTypeName);
 }
Пример #2
0
 public override bool Fit(AutomationTest test)
 {
     return(test.IsControlTestForControlType(this._controlTypeName));
 }