IRawElementProviderFragmentRoot Interface

Exposes methods and properties on the root element in a fragment.

IRawElementProviderFragmentRoot Members

ElementProviderFromPoint Retrieves the element in this fragment that is at a specified point.
GetFocus Retrieves the element in this fragment that has the input focus.

Remarks

This interface is implemented by a root element within a framework; for example, a list box within a window. Other elements in the same fragment, such as list items, implement the IRawElementProviderFragment interface.

Interface Information

Inherits from IUnknown
Header and IDL files uiautomation.h, uiautomationcore.idl
Minimum operating systems Windows XP

See Also

IRawElementProviderFragment, IRawElementProviderSimple