IAccessible Interface

Definition

The IAccessible interface for this namespace. It is essentially the same as the IAccessible interface.

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

Properties

accChild[Object]
accChildCount

Gets the number of children. This property is deprecated.

accDefaultAction[Object]

Gets the default action. This property is deprecated.

accDescription[Object]

Gets the description. This property is deprecated.

accFocus

Gets the focus. This property is deprecated.

accHelp[Object]

Gets the help string. This property is deprecated.

accHelpTopic[String, Object]

Gets the help topic. This property is deprecated.

accKeyboardShortcut[Object]

Gets the keyboard shortcut. This property is deprecated.

accName[Object]

Gets the name of the object.

accParent

Gets the parent. This property is deprecated.

accRole[Object]

Gets the role. This property is deprecated.

accSelection

Gets the selection. This property is deprecated.

accState[Object]

Gets the state. This property is deprecated.

accValue[Object]

Gets the value. This property is deprecated.

Methods

accDoDefaultAction(Object)

Performs the default action.

accHitTest(Int32, Int32)

Gets the object at the specified coordinates. This method is deprecated.

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

Gets the location of the control. This method is deprecated.

accNavigate(Int32, Object)

Navigates to another object. This method is deprecated.

accSelect(Int32, Object)

Selects an object. This method is deprecated.

Applies to