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)

Syntax

'Declaration
<GuidAttribute("618736E0-3C3D-11CF-810C-00AA00389B71")> _
Public Interface IAccessible
[GuidAttribute("618736E0-3C3D-11CF-810C-00AA00389B71")]
public interface IAccessible
[GuidAttribute(L"618736E0-3C3D-11CF-810C-00AA00389B71")]
public interface class IAccessible
[<GuidAttribute("618736E0-3C3D-11CF-810C-00AA00389B71")>]
type IAccessible =  interface end
public interface IAccessible

The IAccessible type exposes the following members.

Properties

  Name Description
Public property accChild
Public property accChildCount Gets the number of children. This property is deprecated.
Public property accDefaultAction Gets the default action. This property is deprecated.
Public property accDescription Gets the description. This property is deprecated.
Public property accFocus Gets the focus. This property is deprecated.
Public property accHelp Gets the help string. This property is deprecated.
Public property accHelpTopic Gets the help topic. This property is deprecated.
Public property accKeyboardShortcut Gets the keyboard shortcut. This property is deprecated.
Public property accName Gets the name of the object.
Public property accParent Gets the parent. This property is deprecated.
Public property accRole Gets the role. This property is deprecated.
Public property accSelection Gets the selection. This property is deprecated.
Public property accState Gets the state. This property is deprecated.
Public property accValue Gets the value. This property is deprecated.

Top

Methods

  Name Description
Public method accDoDefaultAction Performs the default action.
Public method accHitTest Gets the object at the specified coordinates. This method is deprecated.
Public method accLocation Gets the location of the control. This method is deprecated.
Public method accNavigate Navigates to another object. This method is deprecated.
Public method accSelect Selects an object. This method is deprecated.

Top

See Also

Reference

Microsoft.VisualStudio.CommandBars Namespace