DateTimePicker.IsInputKey Method
.NET Framework 4
This member overrides Control.IsInputKey(Keys), and more complete documentation might be available in that topic.
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 this method during window-message preprocessing to determine whether the specified key is a regular input key that should be sent directly to the control or a special key (such as PAGE UP and PAGE DOWN) that should preprocessed. In the latter case, send the key to the control only if it is not consumed by the preprocessing phase.
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.