LineSegmentAccessibleObject Class

Definition

Summary description for FieldAccessibleObject.

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

Constructors

LineSegmentAccessibleObject(LinkShape, LineSegment, DiagramClientView)

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

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