An NDoc Documented Class Library

AutomationElementX.Display Method 

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

See Also

AutomationElementX Class | White.Core.UIA Namespace