Form.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)>] override ProcessTabKey : forward:bool -> bool
Parameters
- forward
-
Type:
System.Boolean
true to cycle forward through the controls in the ContainerControl; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: