An NDoc Documented Class Library

TestControlTypeX.IsCustomType Method 

[Visual Basic]
Shared Public Function IsCustomType( _ 
   ByVal type As Type _ 
) As Boolean
[C#]
public static bool IsCustomType(
   Type type
);
[C++]
public: static bool IsCustomType(
   Type* type
);
[JScript]
public static function IsCustomType(
   Type type
): bool;

See Also

TestControlTypeX Class | White.Core.UIItems.Finders Namespace