SubfieldAccessibleObject Class

Definition

Summary description for SubfieldAccessibleObject.

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

Constructors

SubfieldAccessibleObject(ShapeElement, ShapeField, ShapeSubField, DiagramClientView)

Initializes a new instance of the SubfieldAccessibleObject 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

Gets a string that describes the visual appearance of the specified object. Not all objects have a 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

Gets or sets the object name.

Parent

Gets the parent of an accessible object.

Role

Gets the role of this accessible object.

State

Gets the state of this accessible object.

Value

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.

GetHelpTopic(String)

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

Navigate(AccessibleNavigation)

Navigates to another accessible object.

Select(AccessibleSelection)

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

Applies to