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.
public abstract class AccessibleObject : EvasObject, IAccessibleObject
- Inheritance
- Derived
- Implements
Constructors
View SourceAccessibleObject()
Creates and initializes a new instance of the AccessibleObject class.
Declaration
protected AccessibleObject()
AccessibleObject(EvasObject)
Creates and initializes a new instance of the AccessibleObject class with the parent EvasObject class parameter.
Declaration
protected AccessibleObject(EvasObject parent)
Parameters
| Type | Name | Description |
|---|---|---|
| EvasObject | parent | Parent EvasObject class. |
Methods
View SourceHighlight()
Highlights the accessible widget.
Declaration
public void Highlight()
Unhighlight()
Clears the highlight of the accessible widget.
Declaration
public void Unhighlight()