An NDoc Documented Class Library

SpecializedWindowFactory.DoesSpecializeInThis Method 

[Visual Basic]
Function DoesSpecializeInThis( _ 
   ByVal windowElement As AutomationElement _ 
) As Boolean
[C#]
bool DoesSpecializeInThis(
   AutomationElement windowElement
);
[C++]
bool DoesSpecializeInThis(
   AutomationElement* windowElement
);
[JScript]
function DoesSpecializeInThis(
   AutomationElement windowElement
): bool;

See Also

SpecializedWindowFactory Interface | White.Core.Factory Namespace