Initializes a new instance of the C1TabControl class

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

Syntax

C#
public C1TabControlAutomationPeer(
	C1TabControl owner
)
Visual Basic
Public Sub New ( _
	owner As C1TabControl _
)

Parameters

owner
Type: C1.Silverlight..::..C1TabControl
The C1TabControl to associate with the C1TabControlAutomationPeer

See Also