IAccessible Interface

Definition

The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface.

public interface class IAccessible
[System.Runtime.InteropServices.Guid("618736E0-3C3D-11CF-810C-00AA00389B71")]
public interface IAccessible
[<System.Runtime.InteropServices.Guid("618736E0-3C3D-11CF-810C-00AA00389B71")>]
type IAccessible = interface
Public Interface IAccessible
Derived
Attributes

Remarks

For more information about IAccessible, see IAccessible interface.

Properties

accChild[Object]

The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface.

accChildCount

The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface.

accDefaultAction[Object]

The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface.

accDescription[Object]

The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface.

accFocus

The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface.

accHelp[Object]

The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface.

accHelpTopic[String, Object]

The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface.

accKeyboardShortcut[Object]

The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface.

accName[Object]

The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface.

accParent

The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface.

accRole[Object]

The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface.

accSelection

The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface.

accState[Object]

The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface.

accValue[Object]

The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface.

Methods

accDoDefaultAction(Object)

The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface.

accHitTest(Int32, Int32)

The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface.

accLocation(Int32, Int32, Int32, Int32, Object)

The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface.

accNavigate(Int32, Object)

The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface.

accSelect(Int32, Object)

The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessible interface.

Applies to