TabControl::OnKeyDown Method (KeyEventArgs^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Raises the KeyDown event.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- ke
-
Type:
System.Windows.Forms::KeyEventArgs^
A KeyEventArgs that contains the event data.
The TabControl control enables the user to use the keyboard to switch between TabPage controls. The following table describes how the TabControl switches between the selected TabPage controls, depending on which keys are pressed.
Key | Description |
|---|---|
Selects the next TabPage. | |
Selects the previous TabPage. | |
Selects the next TabPage. | |
Selects the previous TabPage. |
.NET Framework
Available since 1.1
Available since 1.1
Show: