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 | |
---|---|---|
accChild | ||
accChildCount | Gets the number of children. This property is deprecated. | |
accDefaultAction | Gets the default action. This property is deprecated. | |
accDescription | Gets the description. This property is deprecated. | |
accFocus | Gets the focus. This property is deprecated. | |
accHelp | Gets the help string. This property is deprecated. | |
accHelpTopic | Gets the help topic. This property is deprecated. | |
accKeyboardShortcut | Gets the keyboard shortcut. This property is deprecated. | |
accName | Gets the name of the object. | |
accParent | Gets the parent. This property is deprecated. | |
accRole | Gets the role. This property is deprecated. | |
accSelection | Gets the selection. This property is deprecated. | |
accState | Gets the state. This property is deprecated. | |
accValue | Gets the value. This property is deprecated. |
Top
Methods
Name | Description | |
---|---|---|
accDoDefaultAction | Performs the default action. | |
accHitTest | Gets the object at the specified coordinates. This method is deprecated. | |
accLocation | Gets the location of the control. This method is deprecated. | |
accNavigate | Navigates to another object. This method is deprecated. | |
accSelect | Selects an object. This method is deprecated. |
Top