IUIAutomation6::get_CoalesceEvents method (uiautomationclient.h)

Gets or sets whether an accessible technology client receives all events, or a subset where duplicate events are detected and filtered.

This property is read/write.

Syntax

HRESULT get_CoalesceEvents(
  [in] CoalesceEventsOptions *coalesceEventsOptions
);

Parameters

[in] coalesceEventsOptions

Type: CoalesceEventsOptions

Value indicating whether events are filtered. The default is CoalesceEventsOptions_Disabled.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 10, version 1809 [desktop apps only]
Minimum supported server Windows Server, version 1709 [desktop apps only]
Target Platform Windows
Header uiautomationclient.h (include UIAutomation.h)

See also

IUIAutomation6 interface