Search Results for

    Show / Hide Table of Contents

    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
    object
    EvasObject
    AccessibleObject
    Derived
    Widget
    Widget
    Widget
    Widget
    Widget
    Widget
    Widget
    Implements
    IAccessibleObject

    Constructors

    View Source

    AccessibleObject()

    Creates and initializes a new instance of the AccessibleObject class.

    Declaration
    protected AccessibleObject()
    View Source

    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 Source

    Highlight()

    Highlights the accessible widget.

    Declaration
    public void Highlight()
    View Source

    Unhighlight()

    Clears the highlight of the accessible widget.

    Declaration
    public void Unhighlight()

    Implements

    IAccessibleObject

    Extension Methods

    RotaryEventExtensions.Activate(EvasObject)
    RotaryEventExtensions.AddRotaryEventHandler(EvasObject, RotaryEventHandler)
    RotaryEventExtensions.Deactivate(EvasObject)
    RotaryEventExtensions.RemoveRotaryEventHandler(EvasObject, RotaryEventHandler)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX