GrapeCity MultiRow Windows Forms Documentation
MoveToNextCellThenControl Property


Gets an IAction value that moves the current cell to the next cell based on the cell's tab order. If the current cell is the last cell in GcMultiRow, focus moves to the next control based on the control's tab order.
Syntax
Public Shared ReadOnly Property MoveToNextCellThenControl As IAction
Dim value As IAction
 
value = SelectionActions.MoveToNextCellThenControl
public static IAction MoveToNextCellThenControl {get;}

Property Value

An IAction interface that represents an action that moves the current cell to the next cell based on the cell's tab order. If the current cell is the last cell in GcMultiRow, focus moves to the next control based on the control's tab order
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

Reference

SelectionActions Class
SelectionActions Members
ShortcutKeyManager Property
IAction Interface
ActionList Class

 

 


Copyright © GrapeCity, inc. All rights reserved.