Version

ToolBase.ToolAccessibleObject Class Members

The following tables list the members exposed by ToolBase.ToolAccessibleObject.

Public Constructors
Public Properties
 NameDescription
Public PropertyAccessibleObject (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public PropertyBoundsOverridden. Gets the location and size of the accessible object.  
Public PropertyDefaultActionOverridden. Gets a string that describes the default action of the object.  
Public PropertyDescriptionOverridden. Returns the accessible description of the tool.  
Public PropertyHelp (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public PropertyKeyboardShortcutOverridden. Gets the shortcut key or access key for the tool.  
Public PropertyMarshallingControl (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public PropertyNameOverridden. The accessible name for the tool.  
Public PropertyParentOverridden. Gets the parent of an accessible object.  
Public PropertyRoleOverridden. Gets the accessible role of this tool.  
Public PropertyStateOverridden. Gets the state of this accessible object.  
Public PropertyToolReturns the associated tool.  
Public PropertyValueOverridden. The value of an accessible object, or a null reference (Nothing in Visual Basic) if the object has no value set.  
Protected Properties
 NameDescription
Protected PropertyCanPerformDefaultAction (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public Methods
 NameDescription
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 MethodGetHelpTopic (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public MethodGetSelectedOverridden. Retrieves the currently selected child.  
Public MethodHitTestOverridden. Retrieves the child object at the specified screen coordinates.  
Public MethodNavigateOverridden. Navigates to another accessible object.  
Public MethodSelectOverridden. Modifies the selection or moves the keyboard focus of the accessible object.  
Protected Methods
 NameDescription
Protected MethodCreateAccessibilityInstance (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Protected MethodGetMarshallingControlOverridden. Returns the control used to synchronize accessibility calls.  
See Also