ContainerControl.ProcessTabKey Method (Boolean)
.NET Framework (current version)
Selects the next available control and makes it the active control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
<UIPermissionAttribute(SecurityAction.LinkDemand, Window := UIPermissionWindow.AllWindows)> Protected Overridable Function ProcessTabKey ( forward As Boolean ) As Boolean
Parameters
- forward
-
Type:
System.Boolean
true to cycle forward through the controls in the ContainerControl; otherwise, false.
A control with its TabStop property set to false cannot be selected, so the next available control will be selected.
.NET Framework
Available since 1.1
Available since 1.1
Show: