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

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

    Parameters

    owner
    The C1TabItem to associate with the C1TabItemAutomationPeer
    See Also