[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;
SpecializedWindowFactory Interface | White.Core.Factory Namespace