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

An AutomationPeer type for the CarouselScrollButton type.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class CarouselScrollButtonAutomationPeer : ButtonBaseAutomationPeer, IInvokeProvider

Inheritance: objectCarouselScrollButtonAutomationPeer

Implements: IInvokeProvider

Constructors

Initializes a new instance of the CarouselScrollButtonAutomationPeer class.

C#
public CarouselScrollButtonAutomationPeer(CarouselScrollButton owner)
Parameters:ownerCarouselScrollButton

The owner.

Methods

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

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 GetNameCore()
Returns:

string

Retrieves the specified automation pattern from the CarouselScrollButtonAutomationPeer.

C#
public override object GetPattern(PatternInterface patternInterface)
Parameters:patternInterfacePatternInterface

The interface of the pattern to retrieve.

Returns:

object

A reference to the requested automation pattern if it is supported; otherwise, null.

Invokes the action associated with the CarouselScrollButtonAutomationPeer, triggering the button's functionality as defined in the automation peer.

C#
public void Invoke()