ClassCarouselScrollButtonAutomationPeer
An AutomationPeer type for the CarouselScrollButton type.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class CarouselScrollButtonAutomationPeer : ButtonBaseAutomationPeer, IInvokeProvider
Inheritance: objectCarouselScrollButtonAutomationPeer
Implements:
Constructors
CarouselScrollButtonAutomationPeer(CarouselScrollButton)
Initializes a new instance of the CarouselScrollButtonAutomationPeer class.
Declaration
public CarouselScrollButtonAutomationPeer(CarouselScrollButton owner)
Parameters
owner
The owner.
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetPattern(PatternInterface)
Retrieves the specified automation pattern from the CarouselScrollButtonAutomationPeer.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
The interface of the pattern to retrieve.
Returns
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
public void Invoke()