Spread Windows Forms 10.0 Product Documentation
Advance Event (SuperEditBase)


Occurs when the AutoAdvance property is set to true and the focus moves to the next or previous control in response to an arrow key being pressed.
Syntax
'Declaration
 
Public Event Advance As AdvanceEventHandler
'Usage
 
Dim instance As SuperEditBase
Dim handler As AdvanceEventHandler
 
AddHandler instance.Advance, handler
public event AdvanceEventHandler Advance
Remarks

The user can press the arrow keys to move the focus through the tab order of the controls, as determined by the TabIndex property, when the AutoAdvance property is set to true. The user can press the Up Arrow or Left Arrow key to move the cursor to the previous control and the Down Arrow or Right Arrow key to move the cursor to the next control.

The Advance event occurs when the user performs one of the following actions:

If the AutoAdvance property is set to false (its default value), the Advance event does not occur.

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

SuperEditBase Class
SuperEditBase Members
AutoAdvance Property
OnAdvance Method
AdvanceEventHandler Delegate

 

 


Copyright © GrapeCity, inc. All rights reserved.