Class ControlledBy

Definition

Namespace:
ElmSharp.Accessible
Assembly:
ElmSharp.dll
API Level:
preview

To define the control relationship for an accessible object.

C#
Copy
public class ControlledBy : IAccessibleRelation
Inheritance
ControlledBy
Implements

Properties

View Source

Target

Gets or sets the target object, which is ControlledBy.

Declaration
C#
Copy
public AccessibleObject Target { get; set; }
Property Value
Type Description
AccessibleObject
API Level: preview
View Source

Type

Gets the ControlledBy type.

Declaration
C#
Copy
public int Type { get; }
Property Value
Type Description
System.Int32
API Level: preview

Implements