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:
Constructors
Initializes a new instance of the CarouselScrollButtonAutomationPeer class.
C#
public CarouselScrollButtonAutomationPeer(CarouselScrollButton owner)
The owner.
Methods
C#
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
Retrieves the specified automation pattern from the CarouselScrollButtonAutomationPeer.
C#
public override object GetPattern(PatternInterface patternInterface)
The interface of the pattern to retrieve.
Returns: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()