From 399794c2c744abbcfdb4be6107a7d95063819e1e Mon Sep 17 00:00:00 2001 From: Dinko Krastev Date: Thu, 5 Dec 2024 13:07:20 +0200 Subject: [PATCH] Update ui-automation.md --- .../listcontrol/ui-automation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/controls/dropdown-listcontrol-and-checkeddropdownlist/listcontrol/ui-automation.md b/controls/dropdown-listcontrol-and-checkeddropdownlist/listcontrol/ui-automation.md index 22da36a67..559c3fef3 100644 --- a/controls/dropdown-listcontrol-and-checkeddropdownlist/listcontrol/ui-automation.md +++ b/controls/dropdown-listcontrol-and-checkeddropdownlist/listcontrol/ui-automation.md @@ -57,8 +57,8 @@ The current implementation of UI Automation for the RadListDataItem control is i * AutomationElementIdentifiers.AutomationIdProperty.Id * AutomationElementIdentifiers.BoundingRectangleProperty.Id -* AutomationElementIdentifiers.ControlTypeProperty => ControlType.List.Id -* AutomationElementIdentifiers.LocalizedControlTypeProperty => "list" +* AutomationElementIdentifiers.ControlTypeProperty => ControlType.ListItem.Id +* AutomationElementIdentifiers.LocalizedControlTypeProperty => "list item" * AutomationElementIdentifiers.HelpTextProperty.Id * AutomationElementIdentifiers.IsContentElementProperty.Id * AutomationElementIdentifiers.IsControlElementProperty.Id @@ -69,7 +69,7 @@ The current implementation of UI Automation for the RadListDataItem control is i ### RadListDataItem Available Patterns -* [Selection Control Pattern](https://learn.microsoft.com/en-us/windows/win32/winauto/uiauto-implementingselection) +* [SelectionItem Control Pattern](https://learn.microsoft.com/en-us/windows/win32/winauto/uiauto-implementingselectionitem) * [ScrollItem Control Pattern](https://learn.microsoft.com/en-us/windows/win32/winauto/uiauto-implementingscrollitem) ## RadScrollbarElement