UIElementAutomationPeer Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (inherited from DispatcherObject) |
| CreatePeerForElement | Creates a UIElementAutomationPeer for the specified UIElement. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| FromElement | Gets the UIElementAutomationPeer for the specified UIElement. |
| GetAcceleratorKey | Gets a string that contains the accelerator key combinations for the element that is associated with the UI Automation peer. (inherited from AutomationPeer) |
| GetAccessKey | Gets the access key for the element that is associated with the automation peer. (inherited from AutomationPeer) |
| GetAutomationControlType | Gets the control type for the element that is associated with the UI Automation peer. (inherited from AutomationPeer) |
| GetAutomationId | Gets the AutomationId of the element that is associated with the automation peer. (inherited from AutomationPeer) |
| GetBoundingRectangle | Gets the Rect that represents the screen coordinates of the element that is associated with the automation peer. (inherited from AutomationPeer) |
| GetChildren | Gets the collection of GetChildren elements represented in the UI Automation tree as immediate child elements of the automation peer. (inherited from AutomationPeer) |
| GetClassName | Gets a human readable name that, in addition to AutomationControlType, differentiates the control represented by this AutomationPeer. (inherited from AutomationPeer) |
| GetClickablePoint | Gets a Point that represents the clickable space that is on the element that is associated with the automation peer. (inherited from AutomationPeer) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetHelpText | Gets the string that describes the functionality of the control that is associated with the automation peer. (inherited from AutomationPeer) |
| GetItemStatus | Gets a string that conveys the visual status of the element that is associated with this automation peer. (inherited from AutomationPeer) |
| GetItemType | Gets a human-readable string that contains the type of the item that an object represents. (inherited from AutomationPeer) |
| GetLabeledBy | Gets the AutomationPeer for the Label that is targeted to the element. (inherited from AutomationPeer) |
| GetLocalizedControlType | Gets a human-readable localized string representing the AutomationControlType value for the control that is associated with this automation peer. (inherited from AutomationPeer) |
| GetName | Gets the text string describing the element that is associated with this automation peer. (inherited from AutomationPeer) |
| GetOrientation | Gets a value that indicates whether the control is laid out in a specific direction. (inherited from AutomationPeer) |
| GetParent | Gets the AutomationPeer that is the parent of this AutomationPeer. (inherited from AutomationPeer) |
| GetPattern | Overridden. Gets the control pattern for the UIElement that is associated with this UIElementAutomationPeer. |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| HasKeyboardFocus | Gets a value that indicates whether the element that is associated with this automation peer currently has keyboard focus. (inherited from AutomationPeer) |
| InvalidatePeer | Triggers recalculation of the main properties of the AutomationPeer and raises the PropertyChanged notification to the Automation Client if the properties changed. (inherited from AutomationPeer) |
| IsContentElement | Gets a value that indicates whether the element that is associated with this automation peer is an element that contains data that is presented to the user. (inherited from AutomationPeer) |
| IsControlElement | Gets or sets a value that indicates whether the element is understood by the user as interactive or as contributing to the logical structure of the control in the GUI. (inherited from AutomationPeer) |
| IsEnabled | Gets a value that indicates whether the element associated with this automation peer can be interacted with. (inherited from AutomationPeer) |
| IsKeyboardFocusable | Gets a value that indicates whether the element can accept keyboard focus. (inherited from AutomationPeer) |
| IsOffscreen | Gets a value that indicates whether an element is off the screen. (inherited from AutomationPeer) |
| IsPassword | Gets a value that indicates whether the element contains protected content. (inherited from AutomationPeer) |
| IsRequiredForForm | Gets a value that indicates whether the element that is associated with this peer is required to be completed on a form. (inherited from AutomationPeer) |
| ListenerExists | Gets a value that indicates whether UI Automation is listening for the specified event. (inherited from AutomationPeer) |
| RaiseAsyncContentLoadedEvent | Called by the AutomationPeer to raise the AsyncContentLoadedEvent event. (inherited from AutomationPeer) |
| RaiseAutomationEvent | Raises an automation event. (inherited from AutomationPeer) |
| RaisePropertyChangedEvent | Raises an event to notify the automation client of a changed property value. (inherited from AutomationPeer) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ResetChildrenCache | Synchronously resets the tree of child elements by calling GetChildrenCore. (inherited from AutomationPeer) |
| SetFocus | Sets the keyboard input focus on the element that is associated with this automation peer. (inherited from AutomationPeer) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (inherited from DispatcherObject) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| GetAcceleratorKeyCore | Overridden. Gets the accelerator key for the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetAcceleratorKey. |
| GetAccessKeyCore | Overridden. Gets the access key for the UIElement that is associated with this UIElementAutomationPeer.This method is called by GetAccessKey. |
| GetAutomationControlTypeCore | Overridden. Gets the control type for the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetAutomationControlType. |
| GetAutomationIdCore | Overridden. Gets the AutomationIdentifier for the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetAutomationId. |
| GetBoundingRectangleCore | Overridden. Gets the Rect that represents the bounding rectangle of the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetBoundingRectangle. |
| GetChildrenCore | Overridden. Gets the collection of child elements of the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetChildren. |
| GetClassNameCore | Overridden. Gets the name of the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetClassName. |
| GetClickablePointCore | Overridden. Gets a Point that represents the clickable space that is on the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetClickablePoint. |
| GetHelpTextCore | Overridden. Gets the string that describes the functionality of the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetHelpText. |
| GetHostRawElementProviderCore | Tells UI Automation where in the UI Automation tree to place the hwnd being hosted by a Windows Presentation Foundation (WPF) element. (inherited from AutomationPeer) |
| GetItemStatusCore | Overridden. Gets a string that communicates the visual status of the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetItemStatus. |
| GetItemTypeCore | Overridden. Gets a human-readable string that contains the item type that the UIElement for this UIElementAutomationPeer represents. This method is called by GetItemType. |
| GetLabeledByCore | Overridden. Gets the AutomationPeer for the element that is targeted to the UIElement for this UIElementAutomationPeer. This method is called by GetLabeledBy. |
| GetLocalizedControlTypeCore | When overridden in a derived class, is called by GetLocalizedControlType. (inherited from AutomationPeer) |
| GetNameCore | Overridden. Gets the text label of the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetName. |
| GetOrientationCore | Overridden. Gets a value that indicates whether the UIElement that is associated with this UIElementAutomationPeer is laid out in a specific direction. This method is called by GetOrientation. |
| HasKeyboardFocusCore | Overridden. Gets a value that indicates whether the UIElement that is associated with this UIElementAutomationPeer currently has keyboard input focus. This method is called by HasKeyboardFocus. |
| IsContentElementCore | Overridden. Gets a value that indicates whether the UIElement that is associated with this UIElementAutomationPeer is an element that contains data that is presented to the user. This method is called by IsContentElement. |
| IsControlElementCore | Overridden. Gets or sets a value that indicates whether the UIElement that is associated with this UIElementAutomationPeer is understood by the end user as interactive. Optionally, the user might understand the UIElement as contributing to the logical structure of the control in the GUI. This method is called by IsControlElement. |
| IsEnabledCore | Overridden. Gets a value that indicates whether the UIElement that is associated with this UIElementAutomationPeer can accept keyboard focus. This method is called by IsKeyboardFocusable. |
| IsKeyboardFocusableCore | Overridden. Gets a value that indicates whether the UIElement that is associated with this UIElementAutomationPeer can accept keyboard focus. This method is called by IsKeyboardFocusable. |
| IsOffscreenCore | Overridden. Gets a value that indicates whether the UIElement that is associated with this UIElementAutomationPeer is off the screen. This method is called by IsOffscreen. |
| IsPasswordCore | Overridden. Gets a value that indicates whether the UIElement that is associated with this UIElementAutomationPeer contains protected content. This method is called by IsPassword. |
| IsRequiredForFormCore | Overridden. Gets a value that indicates whether the UIElement that is associated with this UIElementAutomationPeer is required to be completed on a form. This method is called by IsRequiredForForm. |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| PeerFromProvider | Gets an AutomationPeer for the specified IRawElementProviderSimple proxy. (inherited from AutomationPeer) |
| ProviderFromPeer | Gets the IRawElementProviderSimple for the specified AutomationPeer. (inherited from AutomationPeer) |
| SetFocusCore | Overridden. Sets the keyboard input focus on the UIElement that is associated with this UIElementAutomationPeer. This method is called by SetFocus. |