Definition
- Namespace:
- ElmSharp.Accessible
- Assembly:
- ElmSharp.dll
To define the parent window for an accessible object.
[Obsolete("This has been deprecated in API12")]
public class ParentWindowOf : IAccessibleRelation
- Inheritance
-
- Implements
-
Properties
View Source
Target
Gets or sets the target object, which is ParentWindowOf.
Declaration
[Obsolete("This has been deprecated in API12")]
public AccessibleObject Target { get; set; }
Property Value
Declaration
[Obsolete("This has been deprecated in API12")]
public int Type { get; }
Property Value
Implements