MoveRight Method
Description
Moves focus to the item to the immediate right of the currently focused item in the currently selected row.
Syntax
Public Sub MoveRight( _
Optional ByVal [SelectBlock](#) As Boolean = False, _
Optional ByVal [IgnoreSelection](#) As Boolean = False _
)
Parameters
- SelectBlock: Not Used. Added for possible future functionality.
- IgnoreSelection: Not Used. Added for possible future functionality.
Remarks
To use MoveRight, FocusSubItems must be True. If the GridRecordItem to the immediate right has Focusable set to False, then focus will be moved to the first column to the right of the focused column that has Focusable set to True. If there are no more items to the right, then focus will be given to the item in the first column of the next row.
See Also
- GridNavigator Object
- MoveLeft Method
- MoveFirstColumn Method
- MoveLastColumn Method
- Focusable Property
- FocusSubItems Property
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.