TileAutomationPeer
An AutomationPeer type for the Tile type.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class TileAutomationPeer : FrameworkElementAutomationPeer, ISelectionItemProvider, IScrollItemProvider
Inheritance: objectTileAutomationPeer
Implements:
Constructors
Initializes a new instance of the TileAutomationPeer class.
Properties
Gets a value that indicates whether an item is selected.
public bool IsSelected { get; }
true if the element is selected; otherwise false.
SelectionContainer
IRawElementProviderSimple
Gets the UI Automation provider that implements ISelectionProvider and acts as the container for the calling object.
public IRawElementProviderSimple SelectionContainer { get; }
The provider that supports ISelectionProvider.
Methods
Adds the current element to the collection of selected items.
public void AddToSelection()
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
public override object GetPattern(PatternInterface patternInterface)
Removes the current element from the collection of selected items.
public void RemoveFromSelection()
Scrolls the content area of a container object in order to display the control within the visible region (viewport) of the container.
public void ScrollIntoView()
Deselects any selected items and then selects the current element.
public void Select()