Initializes a new instance of the C1TabControl class

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public C1TabItemAutomationPeer(
	Object owner
)
Visual Basic
Public Sub New ( _
	owner As Object _
)

Parameters

owner
Type: System..::..Object
The C1TabItem to associate with the C1TabItemAutomationPeer

See Also