[]
        
(Showing Draft Content)

C1.Framework.Accessibility.IAccessibleElement

IAccessibleElement Interface

Represents the methods and properties of Element that can be used by an accessibility application.

Namespace: C1.Framework.Accessibility
Assembly: C1.Win.4.8.dll
Syntax
public interface IAccessibleElement

Properties

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.

Methods

Name Description
DoDefaultAction()

Performs the default action associated with this accessible object.

Focus()

Sets input focus to the accessible object.