The following tables list the members exposed by EmbeddableEditorBase.EmbeddableEditorAccessibleObject.
| Name | Description | |
|---|---|---|
![]() | EmbeddableEditorBase.EmbeddableEditorAccessibleObject Constructor | Initializes a new EmbeddableEditorBase.EmbeddableEditorAccessibleObject |
| Name | Description | |
|---|---|---|
![]() | AccessibleObject | Returns the accessible object that represents the object. (Inherited from Infragistics.Win.AccessibleObjectWrapper) |
![]() | Bounds | Overridden. Returns the location and size of the object represented by the accessible object. |
![]() | DefaultAction | Gets a string that describes the default action of the object. Not all objects have a default action. (Inherited from Infragistics.Win.AccessibleObjectWrapper) |
![]() | Description | Gets a string that describes the visual appearance of the specified object. Not all objects have a description (Inherited from Infragistics.Win.AccessibleObjectWrapper) |
![]() | Editor | Returns the associated editor. |
![]() | Help | Gets a description of what the object does or how the object is used. (Inherited from Infragistics.Win.AccessibleObjectWrapper) |
![]() | IsInEditMode | Indicates if the associated editor is in edit mode for the owner and owner context represented by the accessible object. |
![]() | KeyboardShortcut | Gets the shortcut key or access key for the accessible object (Inherited from Infragistics.Win.AccessibleObjectWrapper) |
![]() | MarshallingControl | Returns the control used to marshal calls to the ui thread. (Inherited from Infragistics.Win.AccessibleObjectWrapper) |
![]() | Name | Returns the name of the accessible object. (Inherited from Infragistics.Win.AccessibleObjectWrapper) |
![]() | Owner | Returns the associated owner |
![]() | OwnerContext | Returns the owner context that can be used by the owner to identify the object that the accessible instance represents. |
![]() | Parent | Overridden. Returns the parent accessible object. |
![]() | Role | Returns the role of the accessible object. (Inherited from Infragistics.Win.AccessibleObjectWrapper) |
![]() | State | Overridden. Returns the state of the accessible object. |
![]() | UIElement | Returns the UIElement associated with the accessible object instance. |
![]() | Value | Overridden. Returns the value of the editor. |
| Name | Description | |
|---|---|---|
![]() | CanPerformDefaultAction | Overridden. Indicates if the default action can be performed. |
![]() | ValueList | Returns the valuelist used by the editor. |
| Name | Description | |
|---|---|---|
![]() | DoDefaultAction | Performs the default action associated with this accessible object. (Inherited from Infragistics.Win.AccessibleObjectWrapper) |
![]() | EnterEditMode | Attempts to put the object associated with this specific instance of the accessible object into edit mode. |
![]() | GetChild | Retrieves the accessible child corresponding to the specified index (Inherited from Infragistics.Win.AccessibleObjectWrapper) |
![]() | GetChildCount | Overridden. Retrieves the number of children belonging to an accessible object. |
![]() | GetFocused | Overridden. Returns the object that has the keyboard focus. |
![]() | GetHelpTopic | Gets an identifier for a Help topic identifier and the path to the Help file associated with this accessible object. (Inherited from Infragistics.Win.AccessibleObjectWrapper) |
![]() | GetSelected | Retrieves the currently selected child (Inherited from Infragistics.Win.AccessibleObjectWrapper) |
![]() | HitTest | Overridden. Retrieves the child object at the specified screen coordinates. |
![]() | Navigate | Overridden. Navigates to another accessible object. |
![]() | Select | Modifies the selection or moves the keyboard focus of the accessible object (Inherited from Infragistics.Win.AccessibleObjectWrapper) |
| Name | Description | |
|---|---|---|
![]() | CacheUIElement | Causes the accessible object to retrieve and cache the uielement. |
![]() | CanContainFocusedItem | Indicates if the accessible object or one of its children may have the input focus. |
![]() | CreateAccessibilityInstance | Invoked when the accessible object that represents the accessible object is to be created. (Inherited from Infragistics.Win.AccessibleObjectWrapper) |
![]() | GetMarshallingControl | Overridden. Returns the control used to synchronize accessibility calls. |
![]() | IndexOf | Returns the index of the specified child accessible object. |
![]() | ReleaseCachedUIElement | Releases a reference to a cached uielement for the accessible object's editor instance. |