ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1TimeEditor Class / OnCreateAutomationPeer Method

In This Topic
    OnCreateAutomationPeer Method (C1TimeEditor)
    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