Spread Windows Forms 7.0 Product Documentation
MoveFocusByKeyExit Method
See Also  Support Options
GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > EditBase Class : MoveFocusByKeyExit Method


e
The KeyExitEventArgs instance that contains the event data.

Glossary Item Box

Moves the focus using the key exit event.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub MoveFocusByKeyExit( _
   ByVal e As KeyExitEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As EditBase
Dim e As KeyExitEventArgs
 
instance.MoveFocusByKeyExit(e)
C# 
protected virtual void MoveFocusByKeyExit( 
   KeyExitEventArgs e
)

Parameters

e
The KeyExitEventArgs instance that contains the event data.

Remarks

ExitKeys.CharInput, ExitKeys.CtrlRight, ExitKeys.NextControl, ExitKeys.Right, and ExitKeys.Tab move the focus forward. Other ExitKeys move the focus backward. The base method must be invoked when overridden in the inherited class; otherwise, the focus will not move.

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.