The C1Chart..::..ChartAreaAccessibleObject type exposes the following members.

Constructors

Methods

  Name Description
Public method CreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public method DoDefaultAction
Performs the default action associated with this accessible object.
(Inherited from AccessibleObject.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetChild (Overrides AccessibleObject..::..GetChild(Int32).)
Public method GetChildCount (Overrides AccessibleObject..::..GetChildCount()()()().)
Public method GetFocused
Retrieves the object that has the keyboard focus.
(Inherited from AccessibleObject.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetHelpTopic
Gets an identifier for a Help topic identifier and the path to the Help file associated with this accessible object.
(Inherited from AccessibleObject.)
Public method GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public method GetSelected
Retrieves the currently selected child.
(Inherited from AccessibleObject.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method HitTest
Retrieves the child object at the specified screen coordinates.
(Inherited from AccessibleObject.)
Public method InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected method MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from ObjectObject.)
Protected method MemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObjectMarshalByRefObject.)
Public method Navigate
Navigates to another accessible object.
(Inherited from AccessibleObject.)
Public method Select
Modifies the selection or moves the keyboard focus of the accessible object.
(Inherited from AccessibleObject.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Protected method UseStdAccessibleObjects(IntPtr)
Associates an object with an instance of an AccessibleObject based on the handle of the object.
(Inherited from AccessibleObjectAccessibleObject.)
Protected method UseStdAccessibleObjects(IntPtr, Int32)
Associates an object with an instance of an AccessibleObject based on the handle and the object id of the object.
(Inherited from AccessibleObjectAccessibleObject.)

Properties

  Name Description
Public property Bounds
Gets the location and size of the accessible object.
(Inherited from AccessibleObject.)
Public property DefaultAction
Gets a string that describes the default action of the object. Not all objects have a default action.
(Inherited from AccessibleObject.)
Public property Description
Gets a string that describes the visual appearance of the specified object. Not all objects have a description.
(Inherited from AccessibleObject.)
Public property Help
Gets a description of what the object does or how the object is used.
(Inherited from AccessibleObject.)
Public property KeyboardShortcut
Gets the shortcut key or access key for the accessible object.
(Inherited from AccessibleObject.)
Public property Name
Gets or sets the object name.
(Inherited from AccessibleObject.)
Public property Parent
Gets the parent of an accessible object.
(Inherited from AccessibleObject.)
Public property Role
Gets the role of this accessible object.
(Inherited from AccessibleObject.)
Public property State
Gets the state of this accessible object.
(Inherited from AccessibleObject.)
Public property Value
Gets or sets the value of an accessible object.
(Inherited from AccessibleObject.)

See Also