Class
RadSlideViewAutomationPeer

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:

cs-api-definition
public class RadSlideViewAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectRadSlideViewAutomationPeer

Constructors

RadSlideViewAutomationPeer(RadSlideView)

Initializes a new instance of the RadSlideViewAutomationPeer class.

Declaration

cs-api-definition
public RadSlideViewAutomationPeer(RadSlideView owner)

Parameters

owner

RadSlideView

The owner.

Methods

GetAutomationControlTypeCore()

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

GetChildrenCore()

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists")]
protected override List<AutomationPeer> GetChildrenCore()

Returns

List<AutomationPeer>

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetItemStatusCore()

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

GetNameCore()

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string