ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockTabControl Class / OnCreateAutomationPeer Method

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