Skip to main content
All docs
V22.2

WindowsFormsSettings.UseUIAutomation Property

Gets or sets whether DevExpress controls should use legacy Microsoft Active Accessibility (MSAA) or UIAutomation. See this link for more information on both technologies: Microsoft Active Accessibility and UI Automation Compared.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v22.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public static DefaultBoolean UseUIAutomation { get; set; }

Property Value

Type Description
DefaultBoolean

true if DevExpress controls should use UIAutomation patterns; otherwise, false.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Remarks

When the UseUIAutomation property is set to DefaultBoolean.True, most commonly-used DevExpress controls support UIAutomation patterns recommended by Microsoft (see this topic for more details: Control Types and Their Supported Control Patterns).

See Also