An NDoc Documented Class Library

SearchConditionFactory.CreateForControlType Method (Type)

[Visual Basic]
Shared  OverloadsPublic Function CreateForControlType( _ 
   ByVal testControlType As Type _ 
) As SimpleSearchCondition
[C#]
public static SimpleSearchCondition CreateForControlType(
   Type testControlType
);
[C++]
public: static SimpleSearchCondition* CreateForControlType(
   Type* testControlType
);
[JScript]
public static function CreateForControlType(
   Type testControlType
): SimpleSearchCondition;

See Also

SearchConditionFactory Class | White.Core.UIItems.Finders Namespace | SearchConditionFactory.CreateForControlType Overload List