Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TabItem Class / OnCreateAutomationPeer Method

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

    Return Value

    An AutomationPeer object used for testing the control.
    See Also