Determines whether the specified key has special meaning to the editor control.
Syntax
Visual Basic (Declaration) | |
---|
Public Overrides Function IsReservedKey( _
ByVal e As KeyEventArgs _
) As Boolean |
Parameters
- e
- Key the user pressed and whether any modifier keys (CTRL, ALT, and SHIFT) are pressed at the same time
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also