An NDoc Documented Class Library

SearchCriteria.AndControlType Method (Type)

[Visual Basic]
Overridable  OverloadsPublic Function AndControlType( _ 
   ByVal testControlType As Type _ 
) As SearchCriteria
[C#]
public virtual SearchCriteria AndControlType(
   Type testControlType
);
[C++]
public: virtual SearchCriteria* AndControlType(
   Type* testControlType
);
[JScript]
public virtual function AndControlType(
   Type testControlType
): SearchCriteria;

See Also

SearchCriteria Class | White.Core.UIItems.Finders Namespace | SearchCriteria.AndControlType Overload List