ShapeAccessibleObject Class
Provides information that accessibility applications use to adjust an application's UI for users with impairments.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
System::MarshalByRefObject
System.Runtime.InteropServices::StandardOleMarshalObject
System.Windows.Forms::AccessibleObject
Microsoft.VisualStudio.Modeling.Diagrams::ShapeAccessibleObject
| Name | Description | |
|---|---|---|
![]() | ShapeAccessibleObject(ShapeElement^, DiagramClientView^) | Initializes a new instance of the ShapeAccessibleObject class. |
| Name | Description | |
|---|---|---|
![]() | Bounds | Gets the location and size of the accessible object.(Overrides AccessibleObject::Bounds.) |
![]() | DefaultAction | Gets a string that describes the default action of the object. Not all objects have a default action.(Overrides AccessibleObject::DefaultAction.) |
![]() | Description | Description(Overrides AccessibleObject::Description.) |
![]() | Help | Gets a description of what the object does or how the object is used.(Overrides AccessibleObject::Help.) |
![]() | KeyboardShortcut | Gets the shortcut key or access key for the accessible object.(Overrides AccessibleObject::KeyboardShortcut.) |
![]() | Name | Name(Overrides AccessibleObject::Name.) |
![]() | Parent | Gets the parent of an accessible object.(Overrides AccessibleObject::Parent.) |
![]() | Role | Role(Overrides AccessibleObject::Role.) |
![]() | State | Gets the state of this accessible object.(Overrides AccessibleObject::State.) |
![]() | Value | Gets or sets the accessible value for this element.(Overrides AccessibleObject::Value.) |
| Name | Description | |
|---|---|---|
![]() | CreateObjRef(Type^) | (Inherited from MarshalByRefObject.) |
![]() | DoDefaultAction() | Performs the default action associated with this accessible object.(Overrides AccessibleObject::DoDefaultAction().) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetChild(Int32) | Retrieves the accessible child corresponding to the specified index.(Overrides AccessibleObject::GetChild(Int32).) |
![]() | GetChildCount() | Retrieves the number of children belonging to an accessible object.(Overrides AccessibleObject::GetChildCount().) |
![]() | GetFocused() | (Inherited from AccessibleObject.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetHelpTopic(String^) | Gets an identifier for a Help topic identifier and the path to the Help file associated with this accessible object.(Overrides AccessibleObject::GetHelpTopic(String^).) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetSelected() | (Inherited from AccessibleObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | HitTest(Int32, Int32) | Performs hit-test of the shape at specified screen coordinates and returns MSAA object for the hit child.(Overrides AccessibleObject::HitTest(Int32, Int32).) |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | Navigate(AccessibleNavigation) | Navigates to another accessible object.(Overrides AccessibleObject::Navigate(AccessibleNavigation).) |
![]() | Select(AccessibleSelection) | Modifies the selection or moves the keyboard focus of the accessible object.(Overrides AccessibleObject::Select(AccessibleSelection).) |
![]() | ToString() | (Inherited from Object.) |
![]() | UseStdAccessibleObjects(IntPtr) | (Inherited from AccessibleObject.) |
![]() | UseStdAccessibleObjects(IntPtr, Int32) | (Inherited from AccessibleObject.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




