Interface IAccessibleRelation

Definition

Namespace:
ElmSharp.Accessible
Assembly:
ElmSharp.dll

IAccessibleRelation is an interface, which defines the relationship between two accessible objects.

C#
Copy
[Obsolete("This has been deprecated in API12")] public interface IAccessibleRelation

Properties

View Source

Target

Gets or sets the target object.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] AccessibleObject Target { get; set; }
Property Value
Type Description
AccessibleObject
View Source

Type

Gets the type.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] int Type { get; }
Property Value
Type Description
int