The following tables list the members exposed by RecordListGroupAutomationPeer.
Name | Description | |
---|---|---|
![]() | Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) |
![]() | EventsSource | Gets or sets an System.Windows.Automation.Peers.AutomationPeer that is reported to the automation client as a source for all the events that come from this System.Windows.Automation.Peers.AutomationPeer. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
Name | Description | |
---|---|---|
![]() | IsHwndHost | Gets a value that indicates whether the element that is associated with this System.Windows.Automation.Peers.AutomationPeer hosts hwnds in Windows Presentation Foundation (WPF). (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
Name | Description | |
---|---|---|
![]() | GetAcceleratorKey | Gets the accelerator key combinations for the element that is associated with the UI Automation peer. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetAccessKey | Gets the access key for the element that is associated with the automation peer. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetAutomationControlType | Gets the control type for the element that is associated with the UI Automation peer. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetAutomationId | Gets the System.Windows.Automation.AutomationProperties.AutomationId of the element that is associated with the automation peer. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetBoundingRectangle | Gets the System.Windows.Rect object that represents the screen coordinates of the element that is associated with the automation peer. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetChildren | Gets the collection of System.Windows.Automation.Peers.AutomationPeer.GetChildren elements that are represented in the UI Automation tree as immediate child elements of the automation peer. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetClassName | Gets a name that is used with System.Windows.Automation.Peers.AutomationControlType, to differentiate the control that is represented by this System.Windows.Automation.Peers.AutomationPeer. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetClickablePoint | Gets a System.Windows.Point on the element that is associated with the automation peer that responds to a mouse click. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetControlledPeers | Provides UI Automation with a list of elements affected or controlled by this System.Windows.Automation.Peers.AutomationPeer. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetHelpText | Gets text that describes the functionality of the control that is associated with the automation peer. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetItemStatus | Gets text that conveys the visual status of the element that is associated with this automation peer. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetItemType | Gets a string that describes what kind of item an object represents. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetLabeledBy | Gets the System.Windows.Automation.Peers.AutomationPeer for the System.Windows.Controls.Label that is targeted to the element. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetLiveSetting | Gets the notification characteristics of a live region that is associated with this automation peer. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetLocalizedControlType | Gets a human-readable localized string that represents the System.Windows.Automation.Peers.AutomationControlType value for the control that is associated with this automation peer. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetName | Gets text that describes the element that is associated with this automation peer. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetOrientation | Gets a value that indicates the explicit control orientation, if any. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetParent | Gets the System.Windows.Automation.Peers.AutomationPeer that is the parent of this System.Windows.Automation.Peers.AutomationPeer. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetPattern | Overridden. Returns the control pattern associated with the specified System.Windows.Automation.Peers.PatternInterface for the System.Windows.UIElement that corresponds with the object that is associated with this System.Windows.Automation.Peers.AutomationPeer. |
![]() | GetPeerFromPoint | Gets an System.Windows.Automation.Peers.AutomationPeer from the specified point. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetPositionInSet | Attempts to get the value of the System.Windows.Automation.AutomationProperties.PositionInSet property. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetSizeOfSet | Attempts to get the value of the System.Windows.Automation.AutomationProperties.SizeOfSet property. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | HasKeyboardFocus | Gets a value that indicates whether the element that is associated with this automation peer currently has keyboard focus. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | InvalidatePeer | Triggers recalculation of the main properties of the System.Windows.Automation.Peers.AutomationPeer and raises the System.ComponentModel.INotifyPropertyChanged.PropertyChanged notification to the Automation Client if the properties changed. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | IsContentElement | Gets a value that indicates whether the element that is associated with this automation peer contains data that is presented to the user. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | IsControlElement | Gets 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 System.Windows.Automation.Peers.AutomationPeer) |
![]() | IsEnabled | Gets a value that indicates whether the element associated with this automation peer supports interaction. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | IsKeyboardFocusable | Gets a value that indicates whether the element can accept keyboard focus. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | IsOffscreen | Gets a value that indicates whether an element is off the screen. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | IsPassword | Gets a value that indicates whether the element contains sensitive content. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | IsRequiredForForm | Gets a value that indicates whether the element that is associated with this peer must be completed on a form. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | RaiseAsyncContentLoadedEvent | Called by the System.Windows.Automation.Peers.AutomationPeer to raise the System.Windows.Automation.AutomationElement.AsyncContentLoadedEvent event. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | RaiseAutomationEvent | Raises an automation event. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | RaisePropertyChangedEvent | Raises an event to notify the automation client of a changed property value. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | ResetChildrenCache | Synchronously resets the tree of child elements by calling System.Windows.Automation.Peers.AutomationPeer.GetChildrenCore. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | SetFocus | Sets the keyboard focus on the element that is associated with this automation peer. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
Name | Description | |
---|---|---|
![]() | GetAcceleratorKeyCore | Overridden. Returns the accelerator key for the System.Windows.UIElement that corresponds with the object that is associated with this System.Windows.Automation.Peers.AutomationPeer. |
![]() | GetAccessKeyCore | Overridden. Returns the access key for the System.Windows.UIElement that corresponds with the object that is associated with this System.Windows.Automation.Peers.AutomationPeer. |
![]() | GetAutomationControlTypeCore | Overridden. Returns an enumeration indicating the type of control represented by the automation peer. |
![]() | GetAutomationIdCore | Overridden. Returns the System.Windows.Automation.AutomationIdentifier for the System.Windows.UIElement that corresponds with the object that is associated with this System.Windows.Automation.Peers.AutomationPeer. |
![]() | GetBoundingRectangleCore | Overridden. Returns the System.Windows.Rect that represents the bounding rectangle of the System.Windows.UIElement that corresponds with the object that is associated with this System.Windows.Automation.Peers.AutomationPeer. |
![]() | GetChildrenCore | Overridden. Returns the collection of child elements of the object that is associated with this RecordListControlAutomationPeer |
![]() | GetClassNameCore | Overridden. Returns the name of the Infragistics.Windows.DataPresenter.CellValuePresenter |
![]() | GetClickablePointCore | Overridden. Returns the System.Windows.Point that represents the clickable space for the System.Windows.UIElement that corresponds with the object that is associated with this System.Windows.Automation.Peers.AutomationPeer. |
![]() | GetControlledPeersCore | When overriden in a derived class, provides UI Automation with a list of elements affected or controlled by this System.Windows.Automation.Peers.AutomationPeer. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetHelpTextCore | Overridden. Returns the string that describes the functionality of the System.Windows.UIElement that corresponds with the object that is associated with this System.Windows.Automation.Peers.AutomationPeer. |
![]() | 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 System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetItemStatusCore | Overridden. Returns a string that conveys the visual status for the System.Windows.UIElement that corresponds with the object that is associated with this System.Windows.Automation.Peers.AutomationPeer. |
![]() | GetItemTypeCore | Overridden. Returns a human readable string that contains the type of item for the System.Windows.UIElement that corresponds with the object that is associated with this System.Windows.Automation.Peers.AutomationPeer. |
![]() | GetLabeledByCore | Overridden. Returns the System.Windows.Automation.Peers.AutomationPeer for the System.Windows.Controls.Label that is targeted to the System.Windows.UIElement that corresponds with the object that is associated with this System.Windows.Automation.Peers.AutomationPeer. |
![]() | GetLiveSettingCore | When overridden in a derived class, returns the notification characteristics of a live region. Called by the System.Windows.Automation.Peers.AutomationPeer.GetLiveSetting method. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetLocalizedControlTypeCore | When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetLocalizedControlType. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetNameCore | Overridden. Returns the text label for the System.Windows.UIElement that corresponds with the object that is associated with this System.Windows.Automation.Peers.AutomationPeer. |
![]() | GetOrientationCore | Overridden. Returns the value that indicates the direction in which the System.Windows.UIElement is laid out. |
![]() | GetPeerFromPointCore | When overridden in a derived class, is called from System.Windows.Automation.Peers.AutomationPeer.GetPeerFromPoint(System.Windows.Point). (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetPositionInSetCore | When overridden in a derived class, provides UI Automation with a one-based integer value that describes the position this element occupies in a group or set. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | GetSizeOfSetCore | When overriden in a derived class, provides UI Automation with the size of the group or set that this element belongs to. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | HasKeyboardFocusCore | Overridden. Returns a value that indicates whether the System.Windows.UIElement that corresponds with the object that is associated with this System.Windows.Automation.Peers.AutomationPeer currently has the keyboard input focus. |
![]() | IsContentElementCore | Overridden. Returns a value that indicates whether the System.Windows.UIElement that corresponds with the object that is associated with this System.Windows.Automation.Peers.AutomationPeer contains data that is presented to the user. |
![]() | IsControlElementCore | Overridden. Returns a value that indicates whether the System.Windows.UIElement that corresponds with the object that is associated with this System.Windows.Automation.Peers.AutomationPeer is understood by the end user as interactive. |
![]() | IsEnabledCore | Overridden. Returns a value indicating whether the System.Windows.UIElement that corresponds with the object that is associated with this System.Windows.Automation.Peers.AutomationPeer can receive and send events. |
![]() | IsKeyboardFocusableCore | Overridden. Returns a value that indicates whether the System.Windows.UIElement that corresponds with the object that is associated with this System.Windows.Automation.Peers.AutomationPeer can accept keyboard focus. |
![]() | IsOffscreenCore | Overridden. Returns a value that indicates whether the System.Windows.UIElement that corresponds with the object that is associated with this System.Windows.Automation.Peers.AutomationPeer is off the screen. |
![]() | IsPasswordCore | Overridden. Returns a value that indicates whether the System.Windows.UIElement that corresponds with the object that is associated with this System.Windows.Automation.Peers.AutomationPeer contains protected content. |
![]() | IsRequiredForFormCore | Overridden. Returns a value that indicates whether the System.Windows.UIElement that corresponds with the object that is associated with this System.Windows.Automation.Peers.AutomationPeer is required to be completed on the form. |
![]() | PeerFromProvider | Gets an System.Windows.Automation.Peers.AutomationPeer for the specified System.Windows.Automation.Provider.IRawElementProviderSimple proxy. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | ProviderFromPeer | Gets the System.Windows.Automation.Provider.IRawElementProviderSimple for the specified System.Windows.Automation.Peers.AutomationPeer. (Inherited from System.Windows.Automation.Peers.AutomationPeer) |
![]() | SetFocusCore | Overridden. Sets the keyboard input focus on the System.Windows.UIElement that corresponds with the object that is associated with this System.Windows.Automation.Peers.AutomationPeer. |