Class AccessibleObject
Definition
- Namespace:
- ElmSharp.Accessible
- Assembly:
- ElmSharp.dll
It's a base abstract class for Widget. It provides the available definitions for the screen reader, such as Name, Description, ReadingInfoType, etc. There are many relationships between two accessible objects, like ChildOf, ParentOf, FlowsTo, FlowsFrom, etc.
[Obsolete("This has been deprecated in API12")]
public abstract class AccessibleObject : EvasObject, IAccessibleObject
- Inheritance
- Derived
- Implements
Constructors
View SourceAccessibleObject()
Creates and initializes a new instance of the AccessibleObject class.
Declaration
[Obsolete("This has been deprecated in API12")]
protected AccessibleObject()
AccessibleObject(EvasObject)
Creates and initializes a new instance of the AccessibleObject class with the parent EvasObject class parameter.
Declaration
[Obsolete("This has been deprecated in API12")]
protected AccessibleObject(EvasObject parent)
Parameters
| Type | Name | Description |
|---|---|---|
| EvasObject | parent | Parent EvasObject class. |
Methods
View SourceHighlight()
Highlights the accessible widget.
Declaration
[Obsolete("This has been deprecated in API12")]
public void Highlight()
Unhighlight()
Clears the highlight of the accessible widget.
Declaration
[Obsolete("This has been deprecated in API12")]
public void Unhighlight()