Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1TabControl Class / OnCreateAutomationPeer Method

In This Topic
    OnCreateAutomationPeer Method (C1TabControl)
    In This Topic
    Create the automation peer for the UI automation.
    Syntax
    'Declaration
     
    
    Protected Overrides Function OnCreateAutomationPeer() As AutomationPeer
    protected override AutomationPeer OnCreateAutomationPeer()

    Return Value

    automation peer
    See Also