[]
Represents the methods and properties of Element that can be used by an accessibility application.
public interface IAccessibleElement
Name | Description |
---|---|
AccessibleObject | Gets the accessible object associetid with this IAccessibleElement. |
Children | Gets the accessible children collection. |
DefaultAction | Gets a string that describes the default action of the object. |
Element | Gets the Element associetid with this IAccessibleElement. |
Name | Gets or sets the accessible object name. |
Role | Gets the role of this accessible object. |
State | Gets the state of this accessible object. |
Value | Gets or sets the value of an accessible object. |
Name | Description |
---|---|
DoDefaultAction() | Performs the default action associated with this accessible object. |
Focus() | Sets input focus to the accessible object. |