An NDoc Documented Class Library

SearchCriteria.ByControlType Method (ControlType)

[Visual Basic]
Shared  OverloadsPublic Function ByControlType( _ 
   ByVal controlType As ControlType _ 
) As SearchCriteria
[C#]
public static SearchCriteria ByControlType(
   ControlType controlType
);
[C++]
public: static SearchCriteria* ByControlType(
   ControlType* controlType
);
[JScript]
public static function ByControlType(
   ControlType controlType
): SearchCriteria;

See Also

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