ToolStripItem.IsInputKey Method
Determines whether the specified key is a regular input key or a special key that requires preprocessing.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- keyData
- Type: System.Windows.Forms.Keys
One of the Keys values.
Call the IsInputChar method during window-message preprocessing to determine whether the specified key is a regular input key that should be sent directly to the ToolStripItem or a special key (such as PAGE UP, PAGE DOWN, ENTER, ESC, TAB, or arrow keys) that should be preprocessed. In the latter case, the key is sent to the ToolStripItem only if it is not consumed by the preprocessing phase.
-
UIPermission
For all windows for inheriting classes to call this method. Associated enumeration: the AllWindowsvalue of System.Security.Permissions.UIPermissionWindow
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.