TabOrderManager..::..SetSchemeForControl Method
Explicitly set a tab order scheme for a given (presumably container) control.
Namespace:
JiwaFinancials.Jiwa.JiwaApplication.Controls.TabOrderManagerAssembly: JiwaApplication (in JiwaApplication.dll)
Syntax
public void SetSchemeForControl( Control c, TabOrderManager..::..TabScheme scheme )
Public Sub SetSchemeForControl ( _ c As Control, _ scheme As TabOrderManager..::..TabScheme _ )
public: void SetSchemeForControl( Control^ c, TabOrderManager..::..TabScheme^ scheme )
Parameters
- c
- Type: Control
The control to set the scheme for.
- scheme
- Type: JiwaFinancials.Jiwa.JiwaApplication.Controls.TabOrderManager..::..TabOrderManager..::..TabScheme
The requested scheme.