Version

TabManager.TabItemAccessibleObject Class Members

The following tables list the members exposed by TabManager.TabItemAccessibleObject.

Public Constructors
 NameDescription
Public ConstructorTabManager.TabItemAccessibleObject ConstructorConstructor  
Public Properties
 NameDescription
Public PropertyAccessibleObjectReturns the accessible object that represents the object. (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 PropertyDescriptionGets a string that describes the visual appearance of the specified object. Not all objects have a description (Inherited from Infragistics.Win.AccessibleObjectWrapper)
Public PropertyHelpOverridden. Gets a description of what the object does or how the object is used.  
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 PropertyNameOverridden. The accessible name for the data area.  
Public PropertyParentOverridden. Gets the parent of an accessible object.  
Public PropertyRoleOverridden. Gets the role of this accessible object.  
Public PropertyStateOverridden. Gets the state of this accessible object.  
Public PropertyTabItemReturns the associated tab.  
Public PropertyTabManagerReturns the associated tab.  
Public PropertyValueOverridden. Returns the tab's description  
Protected Properties
 NameDescription
Protected PropertyCanPerformDefaultActionIndicates if the default action can be performed. (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 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 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 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.  
See Also