Skip to content

Commit 5c636e7

Browse files
committed
DropDownList: Update UI Automation article
1 parent aba77ed commit 5c636e7

File tree

1 file changed

+18
-2
lines changed
  • controls/dropdown-listcontrol-and-checkeddropdownlist/dropdownlist

1 file changed

+18
-2
lines changed

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

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,27 @@ The following section outlines the supported automation patterns for the __RadDr
5555

5656
## Editor or TextElement
5757

58-
The __DropDownStyle__ property of the control determines if direct text input is allowed inside the editor or not. When the style is set to DropDown we allow input which is handled by a hosted Microsoft TextBox control. In this case, the default TextBox implementation is responsible for handling UI Automation.
58+
The __DropDownStyle__ property of the control determines if direct text input is allowed inside the editor or not.
5959

6060
### Editor
6161

62-
The current implementation of UI Automation for the hosted Microsoft TextBox control is implemented as the UIA [Edit control type](https://learn.microsoft.com/en-us/windows/win32/winauto/uiauto-supporteditcontroltype)
62+
The current implementation of UI Automation for the RadDropDownList RadTextBoxItem control inside the editable area of the control is implemented as the UIA [Edit control type](https://learn.microsoft.com/en-us/windows/win32/winauto/uiauto-supporteditcontroltype)
63+
64+
#### Editor Available Properties
65+
66+
* AutomationElementIdentifiers.AutomationIdProperty.Id
67+
* AutomationElementIdentifiers.BoundingRectangleProperty.Id
68+
* AutomationElementIdentifiers.ClickablePointProperty.Id
69+
* AutomationElementIdentifiers.IsKeyboardFocusableProperty.Id
70+
* AutomationElementIdentifiers.NameProperty.Id
71+
* AutomationElementIdentifiers.ControlTypeProperty.Id
72+
* AutomationElementIdentifiers.LocalizedControlTypeProperty.Id => "edit"
73+
* AutomationElementIdentifiers.HelpTextProperty.Id
74+
* AutomationElementIdentifiers.IsContentElementProperty.Id
75+
* AutomationElementIdentifiers.IsControlElementProperty.Id
76+
* AutomationElementIdentifiers.IsPasswordProperty.Id
77+
* AutomationElementIdentifiers.IsTextPatternAvailableProperty.Id
78+
* AutomationElementIdentifiers.IsValuePatternAvailableProperty.Id
6379

6480
### TextElement
6581

0 commit comments

Comments
 (0)