An NDoc Documented Class Library

SearchConditionFactory.CreateForControlType Method (Type, String)

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

See Also

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