Interface IAccessibleRelation
Definition
- Namespace:
- ElmSharp.Accessible
- Assembly:
- ElmSharp.dll
IAccessibleRelation is an interface, which defines the relationship between two accessible objects.
C#Copypublic interface IAccessibleRelation
Properties
Declaration
C#CopyAccessibleObject Target { get; set; }
Property Value
Type | Description |
---|---|
AccessibleObject |
Declaration
C#Copyint Type { get; }
Property Value
Type | Description |
---|---|
int |