Class
CarouselScrollButtonAutomationPeer

An AutomationPeer type for the CarouselScrollButton type.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class CarouselScrollButtonAutomationPeer : ButtonBaseAutomationPeer, IInvokeProvider

Inheritance: objectCarouselScrollButtonAutomationPeer

Implements: IInvokeProvider

Constructors

Initializes a new instance of the CarouselScrollButtonAutomationPeer class.

Declaration

cs-api-definition
public CarouselScrollButtonAutomationPeer(CarouselScrollButton owner)

Parameters

owner

CarouselScrollButton

The owner.

Methods

GetAutomationControlTypeCore()

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

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

GetNameCore()

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

GetPattern(PatternInterface)

Retrieves the specified automation pattern from the CarouselScrollButtonAutomationPeer.

Declaration

cs-api-definition
public override object GetPattern(PatternInterface patternInterface)

Parameters

patternInterface

PatternInterface

The interface of the pattern to retrieve.

Returns

object

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

Invoke()

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

Declaration

cs-api-definition
public void Invoke()