[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;
AutomationSearchCondition Class | White.Core.AutomationElementSearch Namespace