IAccessible Interface

 

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

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

[TypeLibTypeAttribute(4176)]
[GuidAttribute("618736E0-3C3D-11CF-810C-00AA00389B71")]
public interface class IAccessible

NameDescription
System_CAPS_pubpropertyaccChild[Object^]

System_CAPS_pubpropertyaccChildCount

Gets the number of children. This property is deprecated.

System_CAPS_pubpropertyaccDefaultAction[Object^]

Gets the default action. This property is deprecated.

System_CAPS_pubpropertyaccDescription[Object^]

Gets the description. This property is deprecated.

System_CAPS_pubpropertyaccFocus

Gets the focus. This property is deprecated.

System_CAPS_pubpropertyaccHelp[Object^]

Gets the help string. This property is deprecated.

System_CAPS_pubpropertyaccHelpTopic[String^, Object^]

Gets the help topic. This property is deprecated.

System_CAPS_pubpropertyaccKeyboardShortcut[Object^]

Gets the keyboard shortcut. This property is deprecated.

System_CAPS_pubpropertyaccName[Object^]

Gets the name of the object.

System_CAPS_pubpropertyaccParent

Gets the parent. This property is deprecated.

System_CAPS_pubpropertyaccRole[Object^]

Gets the role. This property is deprecated.

System_CAPS_pubpropertyaccSelection

Gets the selection. This property is deprecated.

System_CAPS_pubpropertyaccState[Object^]

Gets the state. This property is deprecated.

System_CAPS_pubpropertyaccValue[Object^]

Gets the value. This property is deprecated.

NameDescription
System_CAPS_pubmethodaccDoDefaultAction(Object^)

Performs the default action.

System_CAPS_pubmethodaccHitTest(Int32, Int32)

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

System_CAPS_pubmethodaccLocation(Int32, Int32, Int32, Int32, Object^)

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

System_CAPS_pubmethodaccNavigate(Int32, Object^)

Navigates to another object. This method is deprecated.

System_CAPS_pubmethodaccSelect(Int32, Object^)

Selects an object. This method is deprecated.

Return to top
Show: