Interface IAccessibleRelation
Definition
- Namespace:
- ElmSharp.Accessible
- Assembly:
- ElmSharp.dll
IAccessibleRelation is an interface, which defines the relationship between two accessible objects.
public interface IAccessibleRelation
Properties
View SourceTarget
Gets or sets the target object.
Declaration
AccessibleObject Target { get; set; }
Property Value
Type | Description |
---|---|
AccessibleObject |
Type
Gets the type.
Declaration
int Type { get; }
Property Value
Type | Description |
---|---|
int |