[]
Interface for item that supports common UIA members.
public interface ISupportUia
| Name | Description |
|---|---|
| Enabled | Gets whether the item is enabled. |
| IsOffscreen | Gets whether the item is offscreen. |
| Location | Gets location of this item. |
| Parent | Gets parent UIA item of this item. |
| Size | Gets size of this item. |
| UiaName | Item name in UIA tree. |
| Visible | Gets whether the item is visible. |
| Name | Description |
|---|---|
| SetFocus() | Sets focus to this item. |
| Name | Description |
|---|---|
| BoundsChanged | Occurs when the item bounds changed. |
| EnabledChanged | Occurs when the enabled property changed. |
| GotFocus | Occurs when the item got focus. |
| LostFocus | Occurs when the item lost focus. |
| VisibleChanged | Occurs when the visible property changed. |