TabOrderManager Constructor (Control)

Constructor

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Controls.TabOrderManager
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public TabOrderManager(
	Control container
)
Public Sub New ( _
	container As Control _
)
public:
TabOrderManager(
	Control^ container
)

Parameters

container
Type: Control
The container whose tab order we manage.