DataGridCellItemAutomationPeer Class

.NET Framework (current version)
 

Exposes DataGridCell types to UI Automation.

Namespace:   System.Windows.Automation.Peers
Assembly:  PresentationFramework (in PresentationFramework.dll)

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

public ref class DataGridCellItemAutomationPeer sealed : AutomationPeer, 
	IGridItemProvider, ITableItemProvider, IInvokeProvider, IScrollItemProvider, 
	ISelectionItemProvider, IValueProvider, IVirtualizedItemProvider

NameDescription
System_CAPS_pubmethodDataGridCellItemAutomationPeer(Object^, DataGridColumn^)

Initializes a new instance of the DataGridCellItemAutomationPeer class.

NameDescription
System_CAPS_pubpropertyDispatcher

Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.)

System_CAPS_pubpropertyEventsSource

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.)

System_CAPS_protpropertyIsHwndHost

Gets a value that indicates whether the element that is associated with this AutomationPeer hosts hwnds in Windows Presentation Foundation (WPF).(Inherited from AutomationPeer.)

NameDescription
System_CAPS_pubmethodCheckAccess()

Determines whether the calling thread has access to this DispatcherObject.(Inherited from DispatcherObject.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetAcceleratorKey()

Gets the accelerator key combinations for the element that is associated with the UI Automation peer. (Inherited from AutomationPeer.)

System_CAPS_pubmethodGetAccessKey()

Gets the access key for the element that is associated with the automation peer.(Inherited from AutomationPeer.)

System_CAPS_pubmethodGetAutomationControlType()

Gets the control type for the element that is associated with the UI Automation peer.(Inherited from AutomationPeer.)

System_CAPS_pubmethodGetAutomationId()

Gets the AutomationId of the element that is associated with the automation peer.(Inherited from AutomationPeer.)

System_CAPS_pubmethodGetBoundingRectangle()

Gets the Rect object that represents the screen coordinates of the element that is associated with the automation peer.(Inherited from AutomationPeer.)

System_CAPS_pubmethodGetChildren()

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.)

System_CAPS_pubmethodGetClassName()

Gets a name that is used with AutomationControlType, to differentiate the control that is represented by this AutomationPeer. (Inherited from AutomationPeer.)

System_CAPS_pubmethodGetClickablePoint()

Gets a Point on the element that is associated with the automation peer that responds to a mouse click. (Inherited from AutomationPeer.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetHelpText()

Gets text that describes the functionality of the control that is associated with the automation peer. (Inherited from AutomationPeer.)

System_CAPS_pubmethodGetItemStatus()

Gets text that conveys the visual status of the element that is associated with this automation peer. (Inherited from AutomationPeer.)

System_CAPS_pubmethodGetItemType()

Gets a string that describes what kind of item an object represents. (Inherited from AutomationPeer.)

System_CAPS_pubmethodGetLabeledBy()

Gets the AutomationPeer for the Label that is targeted to the element. (Inherited from AutomationPeer.)

System_CAPS_pubmethodGetLocalizedControlType()

Gets a human-readable localized string that represents the AutomationControlType value for the control that is associated with this automation peer.(Inherited from AutomationPeer.)

System_CAPS_pubmethodGetName()

Gets text that describes the element that is associated with this automation peer.(Inherited from AutomationPeer.)

System_CAPS_pubmethodGetOrientation()

Gets a value that indicates the explicit control orientation, if any.(Inherited from AutomationPeer.)

System_CAPS_pubmethodGetParent()

Gets the AutomationPeer that is the parent of this AutomationPeer.(Inherited from AutomationPeer.)

System_CAPS_pubmethodGetPattern(PatternInterface)

Returns the object that supports the specified control pattern of the element that is associated with this automation peer.(Overrides AutomationPeer::GetPattern(PatternInterface).)

System_CAPS_pubmethodGetPeerFromPoint(Point)

Gets an AutomationPeer from the specified point.(Inherited from AutomationPeer.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodHasKeyboardFocus()

Gets a value that indicates whether the element that is associated with this automation peer currently has keyboard focus.(Inherited from AutomationPeer.)

System_CAPS_pubmethodInvalidatePeer()

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.)

System_CAPS_pubmethodIsContentElement()

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.)

System_CAPS_pubmethodIsControlElement()

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.)

System_CAPS_pubmethodIsEnabled()

Gets a value that indicates whether the element associated with this automation peer supports interaction.(Inherited from AutomationPeer.)

System_CAPS_pubmethodIsKeyboardFocusable()

Gets a value that indicates whether the element can accept keyboard focus.(Inherited from AutomationPeer.)

System_CAPS_pubmethodIsOffscreen()

Gets a value that indicates whether an element is off the screen.(Inherited from AutomationPeer.)

System_CAPS_pubmethodIsPassword()

Gets a value that indicates whether the element contains sensitive content.(Inherited from AutomationPeer.)

System_CAPS_pubmethodIsRequiredForForm()

Gets a value that indicates whether the element that is associated with this peer must be completed on a form.(Inherited from AutomationPeer.)

System_CAPS_protmethodProviderFromPeer(AutomationPeer^)

Gets the IRawElementProviderSimple for the specified AutomationPeer.(Inherited from AutomationPeer.)

System_CAPS_pubmethodRaiseAsyncContentLoadedEvent(AsyncContentLoadedEventArgs^)

Called by the AutomationPeer to raise the AsyncContentLoadedEvent event.(Inherited from AutomationPeer.)

System_CAPS_pubmethodRaiseAutomationEvent(AutomationEvents)

Raises an automation event.(Inherited from AutomationPeer.)

System_CAPS_pubmethodRaisePropertyChangedEvent(AutomationProperty^, Object^, Object^)

Raises an event to notify the automation client of a changed property value.(Inherited from AutomationPeer.)

System_CAPS_pubmethodResetChildrenCache()

Synchronously resets the tree of child elements by calling GetChildrenCore. (Inherited from AutomationPeer.)

System_CAPS_pubmethodSetFocus()

Sets the keyboard focus on the element that is associated with this automation peer.(Inherited from AutomationPeer.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodVerifyAccess()

Enforces that the calling thread has access to this DispatcherObject.(Inherited from DispatcherObject.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIInvokeProvider::Invoke()

Sends a request to activate a control and initiate its single, unambiguous action.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIScrollItemProvider::ScrollIntoView()

Scrolls the content area of a container object in order to display the control within the visible region (viewport) of the container.

System_CAPS_pubinterfaceSystem_CAPS_privmethodISelectionItemProvider::AddToSelection()

Adds the current element to the collection of selected items.

System_CAPS_pubinterfaceSystem_CAPS_privmethodISelectionItemProvider::RemoveFromSelection()

Removes the current element from the collection of selected items.

System_CAPS_pubinterfaceSystem_CAPS_privmethodISelectionItemProvider::Select()

Deselects any selected items and then selects the current element.

System_CAPS_pubinterfaceSystem_CAPS_privmethodITableItemProvider::GetColumnHeaderItems()

Retrieves a collection of UI Automation providers representing all the column headers associated with a table item or cell.

System_CAPS_pubinterfaceSystem_CAPS_privmethodITableItemProvider::GetRowHeaderItems()

Retrieves a collection of UI Automation providers representing all the row headers associated with a table item or cell.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIValueProvider::SetValue(String^)

Sets the value of a control.

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVirtualizedItemProvider::Realize()

Makes the virtual item fully accessible as a UI Automation element.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIGridItemProvider::Column

Gets the ordinal number of the column that contains the cell or item.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIGridItemProvider::ColumnSpan

Gets the number of columns spanned by a cell or item.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIGridItemProvider::ContainingGrid

Gets a UI Automation provider that implements IGridProvider and represents the container of the cell or item.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIGridItemProvider::Row

Gets the ordinal number of the row that contains the cell or item.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIGridItemProvider::RowSpan

Gets the number of rows spanned by a cell or item.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyISelectionItemProvider::IsSelected

Gets a value that indicates whether an item is selected.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyISelectionItemProvider::SelectionContainer

Gets the UI Automation provider that implements ISelectionProvider and acts as the container for the calling object.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIValueProvider::IsReadOnly

Gets a value that specifies whether the value of a control is read-only.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyIValueProvider::Value

Gets the value of the control.

.NET Framework
Available since 4.0

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: