C1TabItemAutomationPeer Constructor
In This Topic
Initializes a new instance of the C1TabControl class
Syntax
'Declaration
Public Function New( _
ByVal As Object _
)
public C1TabItemAutomationPeer(
object
)
Parameters
- owner
- The C1TabItem to associate with the C1TabItemAutomationPeer
See Also