Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1TabControlAutomationPeer Class / C1TabControlAutomationPeer Constructor
The C1TabControl to associate with the C1TabControlAutomationPeer

In This Topic
    C1TabControlAutomationPeer Constructor
    In This Topic
    Initializes a new instance of the C1TabControl class
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal owner As C1TabControl _
    )
    public C1TabControlAutomationPeer( 
       C1TabControl owner
    )

    Parameters

    owner
    The C1TabControl to associate with the C1TabControlAutomationPeer
    See Also