An NDoc Documented Class Library

SearchCriteria.AndControlType Method (ControlType)

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

See Also

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