IAccessible Interface
The IAccessible interface for this namespace. It is essentially the same as the IAccessible interface.
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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. |

