Skip to content

Commit 6ed1725

Browse files
authored
Merge pull request #772 from telerik/nade7o-patch-10
fix code snippet ui-automation.md
2 parents 75a0202 + e6d76d3 commit 6ed1725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

telerik-presentation-framework/ui-automation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ As of Q3 2025 UI Automation can be controlled globally for all Telerik UI for Wi
3838

3939
To disable UI Automation globally (if accessibility features are not required in your application) you can set **EnableUIAutomationDefaultValue** to *false*. This setting should be configured early in your application lifecycle, preferably before creating any Telerik control.
4040

41-
```csharp
41+
````C#
4242
RadControl.EnableUIAutomationDefaultValue = false;
4343

44-
```
44+
````
4545

4646
## UI Accessibility
4747

0 commit comments

Comments
 (0)