New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class RadSlideViewAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectRadSlideViewAutomationPeer

Constructors

Initializes a new instance of the RadSlideViewAutomationPeer class.

C#
public RadSlideViewAutomationPeer(RadSlideView owner)
Parameters:ownerRadSlideView

The owner.

Methods

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

C#
protected override List<AutomationPeer> GetChildrenCore()
Returns:

List<AutomationPeer>

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

C#
protected override string GetNameCore()
Returns:

string