The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Form::Select Method (Boolean, Boolean)
.NET Framework (current version)
Selects this form, and optionally selects the next or previous control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- directed
-
Type:
System::Boolean
If set to true that the active control is changed
- forward
-
Type:
System::Boolean
If directed is true, then this controls the direction in which focus is moved. If this is true, then the next control is selected; otherwise, the previous control is selected.
UIPermission
For changing focus. Associated enumeration: UIPermissionWindow::AllWindows.
.NET Framework
Available since 1.1
Available since 1.1
Show: