ClassRadSlideViewAutomationPeer
Represents the automation peer for the RadSlideView control, providing a way to expose the control's properties and behaviors to automation clients such as UI test tools and accessibility applications. The RadSlideViewAutomationPeer enhances the accessibility support by offering a customized implementation of the control's automation pattern and properties, allowing users to interact with the RadSlideView in an accessible manner.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class RadSlideViewAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectRadSlideViewAutomationPeer
Constructors
RadSlideViewAutomationPeer(RadSlideView)
Initializes a new instance of the RadSlideViewAutomationPeer class.
Declaration
public RadSlideViewAutomationPeer(RadSlideView owner)
Parameters
owner
The owner.
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetChildrenCore()
Declaration
[SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists")]
protected override List<AutomationPeer> GetChildrenCore()
Returns
List<AutomationPeer>
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns