UISynchronizationOptions Enum

Definition

This enumeration is used by the SetOption(UITechnologyElementOption, Object) method for the UISynchronizationOptions option.

This enumeration supports a bitwise combination of its member values.

C++
public enum class UISynchronizationOptions
Inheritance
UISynchronizationOptions
Attributes

Fields

Name Value Description
None 0

Use the default.

DisableMouseSynchronization 1

Disable mouse synchronization in the UI test environment.

DisableKeyboardSynchronization 2

Disable keyboard synchronization in the UI test environment.

Applies to

Product Versions
Visual Studio SDK 2017, 2019