ShapeAccessibleObject Class

Definition

Provides information that accessibility applications use to adjust an application's UI for users with impairments.

public ref class ShapeAccessibleObject : System::Windows::Forms::AccessibleObject
public class ShapeAccessibleObject : System.Windows.Forms.AccessibleObject
type ShapeAccessibleObject = class
    inherit AccessibleObject
Public Class ShapeAccessibleObject
Inherits AccessibleObject
Inheritance
ShapeAccessibleObject

Constructors

ShapeAccessibleObject(ShapeElement, DiagramClientView)

Initializes a new instance of the ShapeAccessibleObject class.

Properties

Bounds

Gets the location and size of the accessible object.

DefaultAction

Gets a string that describes the default action of the object. Not all objects have a default action.

Description

Description

Help

Gets a description of what the object does or how the object is used.

KeyboardShortcut

Gets the shortcut key or access key for the accessible object.

Name

Name

Parent

Gets the parent of an accessible object.

Role

Role

State

Gets the state of this accessible object.

Value

Gets or sets the accessible value for this element.

Methods

DoDefaultAction()

Performs the default action associated with this accessible object.

GetChild(Int32)

Retrieves the accessible child corresponding to the specified index.

GetChildCount()

Retrieves the number of children belonging to an accessible object.

GetFocused()
GetHelpTopic(String)

Gets an identifier for a Help topic identifier and the path to the Help file associated with this accessible object.

HitTest(Int32, Int32)

Performs hit-test of the shape at specified screen coordinates and returns MSAA object for the hit child.

Navigate(AccessibleNavigation)

Navigates to another accessible object.

Select(AccessibleSelection)

Modifies the selection or moves the keyboard focus of the accessible object.

Applies to