An NDoc Documented Class Library

SearchConditionFactory.CreateForControlType Method (ControlType)

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

See Also

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