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) |
accChildCount |
The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) |
accDefaultAction[Object] |
The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) |
accDescription[Object] |
The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) |
accFocus |
The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) |
accHelp[Object] |
The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) |
accHelpTopic[String, Object] |
The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) |
accKeyboardShortcut[Object] |
The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) |
accName[Object] |
The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) |
accParent |
The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) |
accRole[Object] |
The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) |
accSelection |
The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) |
accState[Object] |
The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) |
accValue[Object] |
The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) |
Methods
accDoDefaultAction(Object) |
The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) |
accHitTest(Int32, Int32) |
The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) |
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) |
accNavigate(Int32, Object) |
The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) |
accSelect(Int32, Object) |
The IAccessible interface and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) |