From e6d76d38f9556d6f4f10d7ef184a456cb95bb0d7 Mon Sep 17 00:00:00 2001 From: Nadya Todorova <48494959+nade7o@users.noreply.github.com> Date: Tue, 12 Aug 2025 17:03:18 +0300 Subject: [PATCH] fix code snippet ui-automation.md --- telerik-presentation-framework/ui-automation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/telerik-presentation-framework/ui-automation.md b/telerik-presentation-framework/ui-automation.md index 26c378566..e92d4c6b0 100644 --- a/telerik-presentation-framework/ui-automation.md +++ b/telerik-presentation-framework/ui-automation.md @@ -38,10 +38,10 @@ As of Q3 2025 UI Automation can be controlled globally for all Telerik UI for Wi 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. -```csharp +````C# RadControl.EnableUIAutomationDefaultValue = false; -``` +```` ## UI Accessibility