Version

UltraControlBase.UltraControlAccessibleObject Class Members

The following tables list the members exposed by UltraControlBase.UltraControlAccessibleObject.

Public Constructors
Public Properties
 NameDescription
Public PropertyBoundsGets the location and size of the accessible object. (Inherited from System.Windows.Forms.AccessibleObject)
Public PropertyDefaultActionGets a string that describes the default action of the object. Not all objects have a default action. (Inherited from System.Windows.Forms.Control.ControlAccessibleObject)
Public PropertyDescriptionGets the description of the System.Windows.Forms.Control.ControlAccessibleObject. (Inherited from System.Windows.Forms.Control.ControlAccessibleObject)
Public PropertyHandleGets or sets the handle of the accessible object. (Inherited from System.Windows.Forms.Control.ControlAccessibleObject)
Public PropertyHelpGets the description of what the object does or how the object is used. (Inherited from System.Windows.Forms.Control.ControlAccessibleObject)
Public PropertyKeyboardShortcutGets the object shortcut key or access key for an accessible object. (Inherited from System.Windows.Forms.Control.ControlAccessibleObject)
Public PropertyNameGets or sets the accessible object name. (Inherited from System.Windows.Forms.Control.ControlAccessibleObject)
Public PropertyOwnerGets the owner of the accessible object. (Inherited from System.Windows.Forms.Control.ControlAccessibleObject)
Public PropertyParentGets the parent of an accessible object. (Inherited from System.Windows.Forms.Control.ControlAccessibleObject)
Public PropertyRoleGets the role of this accessible object. (Inherited from System.Windows.Forms.Control.ControlAccessibleObject)
Public PropertyStateGets the state of this accessible object. (Inherited from System.Windows.Forms.AccessibleObject)
Public PropertyValueGets or sets the value of an accessible object. (Inherited from System.Windows.Forms.AccessibleObject)
Public Methods
 NameDescription
Public MethodCreateObjRefCreates 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 MethodDoDefaultActionPerforms the default action associated with this accessible object. (Inherited from System.Windows.Forms.AccessibleObject)
Public MethodGetChildOverridden. Returns the child at 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 and the path to the Help file associated with this accessible object. (Inherited from System.Windows.Forms.Control.ControlAccessibleObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetSelectedRetrieves the currently selected child. (Inherited from System.Windows.Forms.AccessibleObject)
Public MethodHitTestOverridden. Retrieves the child object at the specified screen coordinates.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNavigateNavigates to another accessible object. (Inherited from System.Windows.Forms.AccessibleObject)
Public MethodNotifyClientsOverloaded. Notifies accessibility client applications of the specified System.Windows.Forms.AccessibleEvents. (Inherited from System.Windows.Forms.Control.ControlAccessibleObject)
Public MethodRaiseAutomationNotificationRaises the UI automation notification event. (Inherited from System.Windows.Forms.AccessibleObject)
Public MethodRaiseLiveRegionChangedRaises the LiveRegionChanged UI automation event. (Inherited from System.Windows.Forms.Control.ControlAccessibleObject)
Public MethodSelectModifies the selection or moves the keyboard focus of the accessible object. (Inherited from System.Windows.Forms.AccessibleObject)
Public MethodToStringReturns a string that represents the current object. (Inherited from System.Windows.Forms.Control.ControlAccessibleObject)
Protected Methods
 NameDescription
Protected Methodstatic (Shared in Visual Basic)GetChildControlAccessibleObjectOverloaded. Returns the accessible object of a child control at the specified index.  
Protected MethodGetFocusedChildControlReturns the accessible object of a child control that contains focus.  
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)
See Also