Version

EmbeddableEditorBase.EmbeddableEditorAccessibleObject Class Methods

For a list of all members of this type, see EmbeddableEditorBase.EmbeddableEditorAccessibleObject members.

Public Methods
 NameDescription
Public MethodDoDefaultActionPerforms the default action associated with this accessible object. (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public MethodEnterEditModeAttempts to put the object associated with this specific instance of the accessible object into edit mode.  
Public MethodGetChildRetrieves the accessible child corresponding to the specified index (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public MethodGetChildCountOverridden. Retrieves the number of children belonging to an accessible object.  
Public MethodGetFocusedOverridden. Returns the object that has the keyboard focus.  
Public MethodGetHelpTopicGets an identifier for a Help topic identifier and the path to the Help file associated with this accessible object. (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public MethodGetSelectedRetrieves the currently selected child (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public MethodHitTestOverridden. Retrieves the child object at the specified screen coordinates.  
Public MethodNavigateOverridden. Navigates to another accessible object.  
Public MethodSelectModifies the selection or moves the keyboard focus of the accessible object (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Protected Methods
 NameDescription
Protected MethodCacheUIElementCauses the accessible object to retrieve and cache the uielement.  
Protected MethodCanContainFocusedItemIndicates if the accessible object or one of its children may have the input focus.  
Protected MethodCreateAccessibilityInstanceInvoked when the accessible object that represents the accessible object is to be created. (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Protected MethodGetMarshallingControlOverridden. Returns the control used to synchronize accessibility calls.  
Protected MethodIndexOfReturns the index of the specified child accessible object.  
Protected MethodReleaseCachedUIElementReleases a reference to a cached uielement for the accessible object's editor instance.  
See Also