Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 2.87 KB

flipviewautomationpeer.md

File metadata and controls

34 lines (25 loc) · 2.87 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Automation.Peers.FlipViewAutomationPeer
winrt class

Microsoft.UI.Xaml.Automation.Peers.FlipViewAutomationPeer

-description

Exposes FlipView types to Microsoft UI Automation.

-remarks

The Windows Runtime FlipView class creates a new FlipViewAutomationPeer as its OnCreateAutomationPeer definition. Derive your automation peer from FlipViewAutomationPeer if you are deriving a custom class from FlipView and want to add automation support for additional features that you enabled in your custom class. Then override OnCreateAutomationPeer so that it returns your custom peer.

Default peer implementation and overrides in FlipViewAutomationPeer

FlipViewAutomationPeer has overrides of Core methods such that the associated AutomationPeer methods provide peer-specific information to a Microsoft UI Automation client.

-examples

-see-also

FlipView, SelectorAutomationPeer, IItemContainerProvider, ISelectionProvider, Custom automation peers