An NDoc Documented Class Library

AutomationSearchCondition.ByControlType Method 

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

See Also

AutomationSearchCondition Class | White.Core.AutomationElementSearch Namespace