ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / OnCreateAutomationPeer Method

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