This topic has not yet been rated - Rate this topic

DataGridCellItemAutomationPeer Class

Exposes DataGridCell types to UI Automation.

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.Automation.Peers.AutomationPeer
      System.Windows.Automation.Peers.DataGridCellItemAutomationPeer

Namespace:  System.Windows.Automation.Peers
Assembly:  PresentationFramework (in PresentationFramework.dll)
public sealed class DataGridCellItemAutomationPeer : AutomationPeer, 
	ITableItemProvider, IGridItemProvider, IInvokeProvider, IScrollItemProvider, ISelectionItemProvider, 
	IValueProvider, IVirtualizedItemProvider

The DataGridCellItemAutomationPeer type exposes the following members.

  Name Description
Public method DataGridCellItemAutomationPeer Initializes a new instance of the DataGridCellItemAutomationPeer class.
Top
  Name Description
Public property Dispatcher Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.)
Public property EventsSource Gets or sets an AutomationPeer that is reported to the automation client as a source for all the events that come from this AutomationPeer. (Inherited from AutomationPeer.)
Protected property IsHwndHost Gets a value that indicates whether the element that is associated with this AutomationPeer hosts hwnds in Windows Presentation Foundation (WPF). (Inherited from AutomationPeer.)
Top
  Name Description
Public method CheckAccess Determines whether the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetAcceleratorKey Gets the accelerator key combinations for the element that is associated with the UI Automation peer.  (Inherited from AutomationPeer.)
Protected method GetAcceleratorKeyCore When overridden in a derived class, is called by GetAcceleratorKey. (Inherited from AutomationPeer.)
Public method GetAccessKey Gets the access key for the element that is associated with the automation peer. (Inherited from AutomationPeer.)
Protected method GetAccessKeyCore When overridden in a derived class, is called by GetAccessKey. (Inherited from AutomationPeer.)
Public method GetAutomationControlType Gets the control type for the element that is associated with the UI Automation peer. (Inherited from AutomationPeer.)
Protected method GetAutomationControlTypeCore When overridden in a derived class, is called by GetAutomationControlType. (Inherited from AutomationPeer.)
Public method GetAutomationId Gets the AutomationId of the element that is associated with the automation peer. (Inherited from AutomationPeer.)
Protected method GetAutomationIdCore When overridden in a derived class, is called by GetAutomationId. (Inherited from AutomationPeer.)
Public method GetBoundingRectangle Gets the Rect object that represents the screen coordinates of the element that is associated with the automation peer. (Inherited from AutomationPeer.)
Protected method GetBoundingRectangleCore When overridden in a derived class, is called by GetBoundingRectangle. (Inherited from AutomationPeer.)
Public method GetChildren Gets the collection of GetChildren elements that are represented in the UI Automation tree as immediate child elements of the automation peer. (Inherited from AutomationPeer.)
Protected method GetChildrenCore When overridden in a derived class, is called by GetChildren. (Inherited from AutomationPeer.)
Public method GetClassName Gets a name that is used with AutomationControlType, to differentiate the control that is represented by this AutomationPeer. (Inherited from AutomationPeer.)
Protected method GetClassNameCore When overridden in a derived class, is called by GetClassName. (Inherited from AutomationPeer.)
Public method GetClickablePoint Gets a Point on the element that is associated with the automation peer that responds to a mouse click. (Inherited from AutomationPeer.)
Protected method GetClickablePointCore When overridden in a derived class, is called by GetClickablePoint. (Inherited from AutomationPeer.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetHelpText Gets text that describes the functionality of the control that is associated with the automation peer. (Inherited from AutomationPeer.)
Protected method GetHelpTextCore When overridden in a derived class, is called by GetHelpText. (Inherited from AutomationPeer.)
Protected method 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.)
Public method GetItemStatus Gets text that conveys the visual status of the element that is associated with this automation peer. (Inherited from AutomationPeer.)
Protected method GetItemStatusCore When overridden in a derived class, is called by GetItemStatus. (Inherited from AutomationPeer.)
Public method GetItemType Gets a string that describes what kind of item an object represents. (Inherited from AutomationPeer.)
Protected method GetItemTypeCore When overridden in a derived class, is called by GetItemType. (Inherited from AutomationPeer.)
Public method GetLabeledBy Gets the AutomationPeer for the Label that is targeted to the element. (Inherited from AutomationPeer.)
Protected method GetLabeledByCore When overridden in a derived class, is called by GetLabeledBy. (Inherited from AutomationPeer.)
Public method GetLocalizedControlType Gets a human-readable localized string that represents the AutomationControlType value for the control that is associated with this automation peer. (Inherited from AutomationPeer.)
Protected method GetLocalizedControlTypeCore When overridden in a derived class, is called by GetLocalizedControlType. (Inherited from AutomationPeer.)
Public method GetName Gets text that describes the element that is associated with this automation peer. (Inherited from AutomationPeer.)
Protected method GetNameCore When overridden in a derived class, is called by GetName. (Inherited from AutomationPeer.)
Public method GetOrientation Gets a value that indicates the explicit control orientation, if any. (Inherited from AutomationPeer.)
Protected method GetOrientationCore When overridden in a derived class, is called by GetOrientation. (Inherited from AutomationPeer.)
Public method GetParent Gets the AutomationPeer that is the parent of this AutomationPeer. (Inherited from AutomationPeer.)
Public method GetPattern Returns the object that supports the specified control pattern of the element that is associated with this automation peer. (Overrides AutomationPeer.GetPattern(PatternInterface).)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method HasKeyboardFocus Gets a value that indicates whether the element that is associated with this automation peer currently has keyboard focus. (Inherited from AutomationPeer.)
Protected method HasKeyboardFocusCore When overridden in a derived class, is called by HasKeyboardFocus. (Inherited from AutomationPeer.)
Public method 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.)
Public method 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 AutomationPeer.)
Protected method IsContentElementCore When overridden in a derived class, is called by IsContentElement. (Inherited from AutomationPeer.)
Public method 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 AutomationPeer.)
Protected method IsControlElementCore When overridden in a derived class, is called by IsControlElement. (Inherited from AutomationPeer.)
Public method IsEnabled Gets a value that indicates whether the element associated with this automation peer supports interaction. (Inherited from AutomationPeer.)
Protected method IsEnabledCore When overridden in a derived class, is called by IsEnabled. (Inherited from AutomationPeer.)
Public method IsKeyboardFocusable Gets a value that indicates whether the element can accept keyboard focus. (Inherited from AutomationPeer.)
Protected method IsKeyboardFocusableCore When overridden in a derived class, is called by IsKeyboardFocusable. (Inherited from AutomationPeer.)
Public method IsOffscreen Gets a value that indicates whether an element is off the screen. (Inherited from AutomationPeer.)
Protected method IsOffscreenCore When overridden in a derived class, is called by IsOffscreen. (Inherited from AutomationPeer.)
Public method IsPassword Gets a value that indicates whether the element contains sensitive content. (Inherited from AutomationPeer.)
Protected method IsPasswordCore When overridden in a derived class, is called by IsPassword. (Inherited from AutomationPeer.)
Public method IsRequiredForForm Gets a value that indicates whether the element that is associated with this peer must be completed on a form. (Inherited from AutomationPeer.)
Protected method IsRequiredForFormCore When overridden in a derived class, is called by IsRequiredForForm. (Inherited from AutomationPeer.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method PeerFromProvider Gets an AutomationPeer for the specified IRawElementProviderSimple proxy. (Inherited from AutomationPeer.)
Protected method ProviderFromPeer Gets the IRawElementProviderSimple for the specified AutomationPeer. (Inherited from AutomationPeer.)
Public method RaiseAsyncContentLoadedEvent Called by the AutomationPeer to raise the AsyncContentLoadedEvent event. (Inherited from AutomationPeer.)
Public method RaiseAutomationEvent Raises an automation event. (Inherited from AutomationPeer.)
Public method RaisePropertyChangedEvent Raises an event to notify the automation client of a changed property value. (Inherited from AutomationPeer.)
Public method ResetChildrenCache Synchronously resets the tree of child elements by calling GetChildrenCore. (Inherited from AutomationPeer.)
Public method SetFocus Sets the keyboard focus on the element that is associated with this automation peer. (Inherited from AutomationPeer.)
Protected method SetFocusCore When overridden in a derived class, is called by SetFocus. (Inherited from AutomationPeer.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method VerifyAccess Enforces that the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.)
Top
  Name Description
Explicit interface implemetation Private property IGridItemProvider.Column Gets the ordinal number of the column that contains the cell or item.
Explicit interface implemetation Private property IGridItemProvider.ColumnSpan Gets the number of columns spanned by a cell or item.
Explicit interface implemetation Private property IGridItemProvider.ContainingGrid Gets a UI Automation provider that implements IGridProvider and represents the container of the cell or item.
Explicit interface implemetation Private property IGridItemProvider.Row Gets the ordinal number of the row that contains the cell or item.
Explicit interface implemetation Private property IGridItemProvider.RowSpan Gets the number of rows spanned by a cell or item.
Explicit interface implemetation Private method IInvokeProvider.Invoke Sends a request to activate a control and initiate its single, unambiguous action.
Explicit interface implemetation Private method IScrollItemProvider.ScrollIntoView Scrolls the content area of a container object in order to display the control within the visible region (viewport) of the container.
Explicit interface implemetation Private method ISelectionItemProvider.AddToSelection Adds the current element to the collection of selected items.
Explicit interface implemetation Private property ISelectionItemProvider.IsSelected Gets a value that indicates whether an item is selected.
Explicit interface implemetation Private method ISelectionItemProvider.RemoveFromSelection Removes the current element from the collection of selected items.
Explicit interface implemetation Private method ISelectionItemProvider.Select Deselects any selected items and then selects the current element.
Explicit interface implemetation Private property ISelectionItemProvider.SelectionContainer Gets the UI Automation provider that implements ISelectionProvider and acts as the container for the calling object.
Explicit interface implemetation Private method ITableItemProvider.GetColumnHeaderItems Retrieves a collection of UI Automation providers representing all the column headers associated with a table item or cell.
Explicit interface implemetation Private method ITableItemProvider.GetRowHeaderItems Retrieves a collection of UI Automation providers representing all the row headers associated with a table item or cell.
Explicit interface implemetation Private property IValueProvider.IsReadOnly Gets a value that specifies whether the value of a control is read-only.
Explicit interface implemetation Private method IValueProvider.SetValue Sets the value of a control.
Explicit interface implemetation Private property IValueProvider.Value Gets the value of the control.
Explicit interface implemetation Private method IVirtualizedItemProvider.Realize Makes the virtual item fully accessible as a UI Automation element.
Top

.NET Framework

Supported in: 4

.NET Framework Client Profile

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ