An NDoc Documented Class Library

AutomationElementX.IsPrimaryControl Method 

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

See Also

AutomationElementX Class | White.Core.UIA Namespace