ComponentOne Tiles for UWP
C1.UWP.Tile Assembly / C1.Xaml.Tile Namespace / C1TileBase Class / OnCreateAutomationPeer Method

In This Topic
    OnCreateAutomationPeer Method
    In This Topic
    Gets an AutomationPeer object used for testing the control.
    Syntax
    'Declaration
     
    Protected Overrides Function OnCreateAutomationPeer() As Windows.UI.Xaml.Automation.Peers.AutomationPeer
    protected override Windows.UI.Xaml.Automation.Peers.AutomationPeer OnCreateAutomationPeer()

    Return Value

    An AutomationPeer object used for testing the control.
    See Also