Infragistics(R) NetAdvantage(R) Windows Forms
AccessibleObjectWrapper.UltraAccessibleObject Class Members
See Also  Properties  Methods  E-mail your feedback on this topic.
Infragistics.Win Namespace : AccessibleObjectWrapper.UltraAccessibleObject Class


The following tables list the members exposed by AccessibleObjectWrapper.UltraAccessibleObject.

Public Constructors

Public Properties

 NameDescription
public PropertyBoundsOverridden.  Gets the location and size of the accessible object  
public PropertyDefaultActionOverridden.  Gets a string that describes the default action of the object. Not all objects have a default action.  
public PropertyDescriptionOverridden.  Gets a string that describes the visual appearance of the specified object. Not all objects have a description  
public PropertyHelpOverridden.  Gets a description of what the object does or how the object is used.  
public PropertyKeyboardShortcutOverridden.  Gets the shortcut key or access key for the accessible object  
public PropertyNameOverridden.  Returns the name of the accessible object.  
public PropertyParentOverridden.  Gets the parent of an accessible object  
public PropertyRoleOverridden.  Returns the role of the accessible object.  
public PropertyStateOverridden.  Returns the state of the accessible object.  
public PropertyValueOverridden.  Gets or sets the value of an accessible object.  
public PropertyWrapper Returns the object that provides the accessible information  
Top

Public Methods

 NameDescription
public MethodCreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
public MethodDoDefaultActionOverridden.  Performs the default action associated with this accessible object.  
public MethodGetChildOverridden.  Retrieves the accessible child corresponding to the specified index  
public MethodGetChildCountOverridden.  Retrieves the number of children belonging to an accessible object.  
public MethodGetFocusedOverridden.  Retrieves the object that has the keyboard focus  
public MethodGetHelpTopicOverridden.  Gets an identifier for a Help topic identifier and the path to the Help file associated with this accessible object.  
public MethodGetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodGetSelectedOverridden.  Retrieves the currently selected child  
public MethodHitTestOverridden.  Retrieves the child object at the specified screen coordinates.  
public MethodInitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
public MethodNavigateOverridden.  Navigates to another accessible object  
public MethodSelectOverridden.  Modifies the selection or moves the keyboard focus of the accessible object  
Top

Protected Methods

 NameDescription
protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
protected MethodUseStdAccessibleObjectsOverloaded. Associates an object with an instance of an System.Windows.Forms.AccessibleObject based on the handle of the object. (Inherited from System.Windows.Forms.AccessibleObject)
Top

See Also