Spread Windows Forms 10.0 Product Documentation
MoveFocusByKeyExit Method (GcTextBoxEditingControl)


The KeyExitEventArgs instance that contains the event data.
Moves the focus using the key exit event.
Syntax
'Declaration
 
Protected Overrides Sub MoveFocusByKeyExit( _
   ByVal e As KeyExitEventArgs _
) 
'Usage
 
Dim instance As GcTextBoxEditingControl
Dim e As KeyExitEventArgs
 
instance.MoveFocusByKeyExit(e)
protected override void MoveFocusByKeyExit( 
   KeyExitEventArgs e
)

Parameters

e
The KeyExitEventArgs instance that contains the event data.
Remarks
When this MoveFocusByKeyExit method is called, focus will move. The keys that are involved are ExitKeys.CharInput, ExitKeys.CtrlRight, ExitKeys.NextControl, ExitKeys.Right, and ExitKeys. Tab moves the focus forward. Other ExitKeys move the focus backward.
Notes for Inheritors: The base method must be invoked when overriding it in the inherited class; otherwise, the focus does not move.
Requirements

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

See Also

Reference

GcTextBoxEditingControl Class
GcTextBoxEditingControl Members

 

 


Copyright © GrapeCity, inc. All rights reserved.