[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;
TestControlTypeX Class | White.Core.UIItems.Finders Namespace