NavigateDirection Enumeration
.NET Framework (current version)
Contains values used to specify the direction of navigation within the UI Automation tree.
Assembly: UIAutomationProvider (in UIAutomationProvider.dll)
| Member name | Description | |
|---|---|---|
| FirstChild | The navigation direction is to the first child. | |
| LastChild | The navigation direction is to the last child. | |
| NextSibling | The navigation direction is to the next sibling. | |
| Parent | The navigation direction is toward the parent. | |
| PreviousSibling | The navigation direction is to the previous sibling. |
.NET Framework
Available since 3.0
Available since 3.0
Show: