Version

ProcessKeyDown Method (ValueEditor)

Processes the key down event. Default implementation does nothing. This class overrides OnKeyDown and performs some default processing and then calls this method if further key down processing is to be done. Derived classes are intended to override this method instead of OnKeyDown.
Syntax
'Declaration
 
Protected Friend Overridable Sub ProcessKeyDown( _
   ByVal e As KeyEventArgs _
) 
protected internal virtual void ProcessKeyDown( 
   KeyEventArgs e
)

Parameters

e
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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