Share via


IUIAutomationElement::CurrentFlowsTo Property

Retrieves an IUIAutomationElementArray interface that represents an array of elements. The order of the elements suggests the reading order after the current element.

Syntax

HRESULT IUIAutomationElement::get_CurrentFlowsTo(IUIAutomationElementArray **retVal);

Parameters

  • retVal
    The address of a variable that receives a pointer to an IUIAutomationElementArray interface.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

This property maps to the Accessible Rich Internet Applications (ARIA) flowto property.

See Also

UIA_FlowsToPropertyId, IUIAutomationElement, IUIAutomationElement::CachedFlowsTo