ComponentOne Basic Library for WPF and Silverlight
C1TabControlAutomationPeer Constructor


C1.Silverlight Namespace > C1TabControlAutomationPeer Class : C1TabControlAutomationPeer Constructor
The C1TabControl to associate with the C1TabControlAutomationPeer
Initializes a new instance of the C1TabControl class
Syntax
'Declaration
 
Public Function New( _
   ByVal owner As C1TabControl _
)
'Usage
 
Dim owner As C1TabControl
 
Dim instance As New C1TabControlAutomationPeer(owner)
public C1TabControlAutomationPeer( 
   C1TabControl owner
)

Parameters

owner
The C1TabControl to associate with the C1TabControlAutomationPeer
See Also

Reference

C1TabControlAutomationPeer Class
C1TabControlAutomationPeer Members