ClassRadTileListAutomationPeer
Provides a base class for class to expose the RadTileList control to UI automation clients, facilitating accessibility and automation support. This class derives from and implements the IScrollProvider interface when applicable. It enables automation clients to interact with a collection of tiles, providing information about the control's structure and properties, such as child elements, scroll ability, and item status.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class RadTileListAutomationPeer : FrameworkElementAutomationPeer, IScrollProvider
Inheritance: objectRadTileListAutomationPeer
Implements:
Constructors
RadTileListAutomationPeer(RadTileList)
Initializes a new instance of the RadTileListAutomationPeer class.
Declaration
public RadTileListAutomationPeer(RadTileList owner)
Parameters
owner
The owner.
Properties
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetChildrenCore()
Declaration
[SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists")]
protected override List<AutomationPeer> GetChildrenCore()
Returns
List<AutomationPeer>
GetPattern(PatternInterface)
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns
Scroll(ScrollAmount, ScrollAmount)
Declaration
public void Scroll(ScrollAmount horizontalAmount, ScrollAmount verticalAmount)
Parameters
horizontalAmount
ScrollAmount
verticalAmount
ScrollAmount