Skip to content

Commit d56ffd2

Browse files
authored
Merge pull request #655 from telerik/DinkoK-patch-9
Update ui-automation.md
2 parents 72109a5 + 399794c commit d56ffd2

File tree

1 file changed

+3
-3
lines changed
  • controls/dropdown-listcontrol-and-checkeddropdownlist/listcontrol

1 file changed

+3
-3
lines changed

controls/dropdown-listcontrol-and-checkeddropdownlist/listcontrol/ui-automation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ The current implementation of UI Automation for the RadListDataItem control is i
5757

5858
* AutomationElementIdentifiers.AutomationIdProperty.Id
5959
* AutomationElementIdentifiers.BoundingRectangleProperty.Id
60-
* AutomationElementIdentifiers.ControlTypeProperty => ControlType.List.Id
61-
* AutomationElementIdentifiers.LocalizedControlTypeProperty => "list"
60+
* AutomationElementIdentifiers.ControlTypeProperty => ControlType.ListItem.Id
61+
* AutomationElementIdentifiers.LocalizedControlTypeProperty => "list item"
6262
* AutomationElementIdentifiers.HelpTextProperty.Id
6363
* AutomationElementIdentifiers.IsContentElementProperty.Id
6464
* AutomationElementIdentifiers.IsControlElementProperty.Id
@@ -69,7 +69,7 @@ The current implementation of UI Automation for the RadListDataItem control is i
6969

7070
### RadListDataItem Available Patterns
7171

72-
* [Selection Control Pattern](https://learn.microsoft.com/en-us/windows/win32/winauto/uiauto-implementingselection)
72+
* [SelectionItem Control Pattern](https://learn.microsoft.com/en-us/windows/win32/winauto/uiauto-implementingselectionitem)
7373
* [ScrollItem Control Pattern](https://learn.microsoft.com/en-us/windows/win32/winauto/uiauto-implementingscrollitem)
7474

7575
## RadScrollbarElement

0 commit comments

Comments
 (0)