Version

EmbeddableEditorBase.EmbeddableEditorAccessibleObject Class Properties

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

Public Properties
 NameDescription
Public PropertyAccessibleObjectReturns the accessible object that represents the object. (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public PropertyBoundsOverridden. Returns the location and size of the object represented by the accessible object.  
Public PropertyDefaultActionGets a string that describes the default action of the object. Not all objects have a default action. (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public PropertyDescriptionGets a string that describes the visual appearance of the specified object. Not all objects have a description (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public PropertyEditorReturns the associated editor.  
Public PropertyHelpGets a description of what the object does or how the object is used. (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public PropertyIsInEditModeIndicates if the associated editor is in edit mode for the owner and owner context represented by the accessible object.  
Public PropertyKeyboardShortcutGets the shortcut key or access key for the accessible object (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public PropertyMarshallingControlReturns the control used to marshal calls to the ui thread. (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public PropertyNameReturns the name of the accessible object. (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public PropertyOwnerReturns the associated owner  
Public PropertyOwnerContextReturns the owner context that can be used by the owner to identify the object that the accessible instance represents.  
Public PropertyParentOverridden. Returns the parent accessible object.  
Public PropertyRoleReturns the role of the accessible object. (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public PropertyStateOverridden. Returns the state of the accessible object.  
Public PropertyUIElementReturns the UIElement associated with the accessible object instance.  
Public PropertyValueOverridden. Returns the value of the editor.  
Protected Properties
 NameDescription
Protected PropertyCanPerformDefaultActionOverridden. Indicates if the default action can be performed.  
Protected PropertyValueListReturns the valuelist used by the editor.  
See Also