An NDoc Documented Class Library

UIItem.AutomationElement Property

[Visual Basic]
Overridable Public Property ReadOnly AutomationElement As AutomationElement _
    Implements IUIItem.AutomationElement
[C#]
public virtual AutomationElement AutomationElement { get; }
[C++]
public: virtual __property AutomationElement* get_AutomationElement();
[JScript]
public virtual function get AutomationElement() : AutomationElement

Implements

IUIItem.AutomationElement

See Also

UIItem Class | White.Core.UIItems Namespace